88de59043f
Adds a simple test case against the FXOS8700 sensor and its built in FIFO using i2c. Pulls data from the sensor using both synchronous and asynchronous transfers. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
7 lines
217 B
ReStructuredText
7 lines
217 B
ReStructuredText
FRDM K64F I2C Testing
|
|
#####################
|
|
|
|
Tests the i2c transfer and transfer async APIs against the fxos8700 sensor
|
|
on the board using its FIFO with a async and sync transfer to compare
|
|
and contrast the behavior.
|