Cubelets API Documentation 2.0
C API
Loading...
Searching...
No Matches
distance.h
Go to the documentation of this file.
1
5#ifndef DISTANCE_H
6#define DISTANCE_H
7
8#define get_sensor_value() get_distance()
9
14uint8_t get_distance(void);
15
16#endif
uint8_t get_distance(void)
Returns the current value of the distance sensor.
Definition distance_api.c:131