AdaptiveBrightness/firmware/Src/light_sensors.cpp

4 lines
86 B
C++
Raw Normal View History

2020-07-03 18:34:39 +02:00
#include "light_sensors.hpp"
std::array<uint16_t, 3> LightSensors::m_adcValues = {};