temperature-alarm/iot/temperature.h
2025-03-20 08:25:46 +01:00

7 lines
131 B
C

typedef int temperature_handle_t;
temperature_handle_t init_temperature();
double get_temperature(temperature_handle_t handle);