mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 07:31:57 +00:00
Add a polling sample for 3-Axis accelerometers. This sample demonstrates how to data fetch and print to the console. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|