cancel
Showing results for 
Search instead for 
Did you mean: 

Using Arduino IDE for new design: ATmega32U4 MCU + ISM330DLC INEMO sensor. Looking for any existing .cpp/.h files for this project as a starting point.

SMill.16
Associate

Arduino IDE currently has these files for the above MCU + LSM6DS33. I need to replace this sensor with the ISM330DLC, avoiding starting from scratch if possible.

2 REPLIES 2

@ST Community​ anyone covering iNEMO?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Miroslav BATEK
ST Employee

Here you can find platform independent driver for ISM330DLC https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/ism330dlc_STdC

You can modify it for Arduino IDE.