-->
Page 1 of 1

Warapper for MPU6050 from i2clibdev

PostPosted: Tue Oct 30, 2018 4:41 pm
by sushisan
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?

Re: Warapper for MPU6050 from i2clibdev

PostPosted: Tue Oct 30, 2018 5:07 pm
by marcelstoer
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.