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:
set up the 6dof with the parameters one needs
start the fifo output
show how to read the full fifo to a bugger (I will time the reading with a timer myself, but this is not very relevant, I guess in the example just adding some delay to put a bit of space between the readings should be enough :) ).
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: