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