SparkFun_LIS3DH_Arduino_Library icon indicating copy to clipboard operation
SparkFun_LIS3DH_Arduino_Library copied to clipboard

Fifo modes in example seem incorrectly commented

Open mspoorendonk opened this issue 3 years ago • 0 comments

The source code of the library says: uint8_t fifoMode; //can be 0x0,0x1,0x2,0x3

The FifoExample.ino says: //fifoMode can be: // 0 (Bypass mode, FIFO off) // 1 (FIFO mode) // 3 (FIFO until full) // 4 (FIFO when trigger)

That seems inconsistent.

mspoorendonk avatar Jun 14 '22 09:06 mspoorendonk