Cubelets API Documentation 2.0
C API
Loading...
Searching...
No Matches
temperature.h
Go to the documentation of this file.
1
4#ifndef TEMPERATURE_H
5#define TEMPERATURE_H
6
7#define get_sensor_value() get_temperature()
8
16uint8_t get_temperature(void);
17
18#endif
uint8_t get_temperature(void)
Returns the value of the temperature sensor.
Definition temp_api.c:20