finani / ICM42688

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

calling reset() before reading whoami() returns 255 #11

Open leemind opened 4 months ago

leemind commented 4 months ago

I found this using a different library that if you reset the ICM42688 before calling whoami(), whoami returns 255.

I just removed the reset() and it is much better. I'm guessing you haven't found this behaviour but I thought worth a note