finani / ICM42688

Arduino library for communicating with the InvenSense ICM42688 nine-axis IMUs.
MIT License
47 stars 21 forks source link

Enable timestamp #10

Open massiricci68 opened 5 months ago

massiricci68 commented 5 months ago

Hi, I'm an android programmer, I'm making an app that interfaces with two icm42605 tdk, I adapted the arduino ICM42688 libreiri, however I can't get the hardware timestamp, the serial timestamp is not accurate, I need the timestamp(Delta) for each axis of the Accelerometer, how can I do it? Thank you