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
6653fd945f
zephyr
/
samples
/
shields
/
lmp90100_evb
/
rtd
/
prj.conf
4 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: shields: lmp90100_evb: add rtd sample Add sample for reading the temperature of a 3-wire PT100 sensor using the Texas Instruments LMP90100 Sensor Analog Frontend (AFE) Evaluation Board (EVB) shield. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-10-22 17:46:01 +08:00
CONFIG_LOG=y
CONFIG_ADC=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