Searched refs:celsius_temperature (Results 1 – 2 of 2) sorted by relevance
86 int32_t celsius_temperature = nrfx_temp_calculate(temperature); in main() local88 int32_t whole_celsius = celsius_temperature / 100; in main()89 uint8_t fraction_celsius = NRFX_ABS(celsius_temperature % 100); in main()
68 int32_t celsius_temperature = nrfx_temp_calculate(temperature); in temp_handler() local69 int32_t whole_celsius = celsius_temperature / 100; in temp_handler()70 uint8_t fraction_celsius = NRFX_ABS(celsius_temperature % 100); in temp_handler()