As the title says... Chat on...

User avatar
By sushisan
#78954 I'm trying to create a simple wrapper for MPU6050 driver from i2cdevlib.
This libraries are programmed in C++
When I try to construct the firmware the Makefile compile in pure C and break.

Someone have tried to add C++code to nodemcu-firmware?
User avatar
By marcelstoer
#78955
sushisan wrote:Someone have tried to add C++code to nodemcu-firmware?


There's information here https://github.com/nodemcu/nodemcu-firm ... a-C-module and here https://nodemcu.readthedocs.io/en/lates ... loper-faq/ how you might transform that Arduino lib into a NodeMCU module.