Skip to main content
SMill.16
Visitor II
July 25, 2018
Question

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.

  • July 25, 2018
  • 2 replies
  • 804 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 10, 2018

@ST Community​ anyone covering iNEMO?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
ST Employee
August 10, 2018

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.