Files
There are no circuits or boards in this repository.
Last update 6 years 3 months
by
Petro Zhuk
brightness_senor.h#ifndef BRIGHTNESS_SENOR_H_ #define BRIGHTNESS_SENOR_H_ #include <stdint.h> void BrightnessInit(); uint8_t BrightnessGet(); #endif /* BRIGHTNESS_SENOR_H_ */