Skip to main content
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
  • 803 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

    Graduate II
    August 10, 2018

    @ST Community​ anyone covering iNEMO?

    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.