mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 22:55:21 +00:00
Remove SENSOR_VALUE_TYPE_INT as it is the same as SENSOR_VALUE_TYPE_INT_PLUS_MICRO with val2 set to 0. Change-Id: If5a9c579b7267701c27f40fd887acae47d64edc5 Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README.txt | ||
testcase.ini |
Title: Thermometer Description: A simple thermometer example -------------------------------------------------------------------------------- Building and Running Project: This project writes the temperature to the console once per second. It can be built and executed on bbc_microbit as follows: make Sample Output: Thermometer Example! arm temp device is 0x20000184, name is TEMP_0 Temperature is 29.5C Temperature is 29.5C Temperature is 29.5C