minor changes and typos
This commit is contained in:
parent
85ad051e83
commit
c54447e94c
3 changed files with 38 additions and 38 deletions
|
|
@ -33,9 +33,9 @@
|
|||
|
||||
// use following constants to define the example mode
|
||||
// #define SPI_USED // if defined SPI is used, otherwise I2C
|
||||
// #define INT_EVENT // event interrupts used (axes movement and wake up)
|
||||
// #define INT_DATA // data interrupts used (data ready and FIFO status)
|
||||
// #define FIFO_MODE // multiple sample read mode
|
||||
// #define INT_DATA // data interrupts used (data ready and FIFO status)
|
||||
// #define INT_EVENT // event interrupts used (axis movement and wake up)
|
||||
|
||||
#if defined(INT_EVENT) || defined(INT_DATA)
|
||||
#define INT_USED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue