zephyr/tests/boards/frdm_k64f/i2c/README.rst
Tom Burdick 88de59043f tests: boards: frdm_k64f i2c test against fxos8700
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>
2022-08-11 14:12:13 -04:00

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.