This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
9c1aeb5fd3
zephyr
/
samples
/
sensor
/
wsen_itds
/
prj.conf
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: sensors: wsen_itds: add sample to test accel sensor Add a sample to demonstrate and test the Wurth Elektronik WSEN-ITDS accel sensor. Sample code covers accel and die temperature functions. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>
2020-05-07 23:56:57 +08:00
CONFIG_PRINTK=y
CONFIG_GPIO=y
CONFIG_I2C=y
CONFIG_SENSOR=y
samples: add FP formatting to all samples that require it Samples that include floating-point format specifications may need cbprintf FP support. Make sure it's available. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-16 23:09:47 +08:00
CONFIG_CBPRINTF_FP_SUPPORT=y