This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

accelerometer driver in c++

We are trying to integrate an accelerator driver with the code written in c++ with example code from twi sensor from the SDK 0.10 for the nRF51, which is written in c. Will there be any issues porting the code to c++?

Also, we are using the example code in main.c of the twi sensor example, inside the twi master with twis slave example in SDK 9.2 from the nRF52. Are all the supporting drivers and libraries the same between the twi sensor example and the twi master with twis slave?

Related