Home
last modified time | relevance | path

Searched refs:temp_degrees (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c289 int16_t temp_degrees; in sens_temperature_celsius_fill() local
292 hdr.length = sizeof(temp_degrees); in sens_temperature_celsius_fill()
296 temp_degrees = sensor_value_to_double(&val[0]) * 100; in sens_temperature_celsius_fill()
299 net_buf_simple_add_le16(msg, temp_degrees); in sens_temperature_celsius_fill()