Adafruit_LIS3DH icon indicating copy to clipboard operation
Adafruit_LIS3DH copied to clipboard

[Feature] add simple FIFO capabilities

Open matthewfcarlson opened this issue 4 years ago • 4 comments

This adds rudimentary FIFO capabilities to this library. Namely, turning it off and on, toggling the different modes, and checking if there is data in the fifo.

There's a new example that shows how to use this particular library. I've only tested it with I2C but based on my understanding, SPI shouldn't apply here since we aren't doing burst writes or reads.

Fixes #29

matthewfcarlson avatar May 13 '20 17:05 matthewfcarlson