stm32duino / ISM330DHCX

Arduino library to support the ISM330DHCX 3D accelerometer and 3D gyroscope
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

add example with FIFO? #6

Closed jerabaul29 closed 2 years ago

jerabaul29 commented 2 years ago

Hi,

First, many thanks for an awesome library :) . I have been using the Adafruit library so far to talk to the ISM330DHCX, but this library feels much more straightforward and looks much cleaner when reading it, so very much keen on changing to it :) .

Would it be possible to have an example of how to use the FIFO to get ACC and GYR output? Basically something that shows how to:

cparata commented 2 years ago

Hi @jerabaul29 , FIFO example has been added into the library. I close this issue. Best Regards, Carlo

jerabaul29 commented 2 years ago

Amazing, many thanks :)