Clarify magic number in TSL2561Sensor.h

This commit is contained in:
Davide Cavalca 2025-08-19 09:08:30 -07:00
parent b388fd20be
commit d1186e3567

View File

@ -9,6 +9,7 @@
class TSL2561Sensor : public TelemetrySensor
{
private:
// The magic number is a sensor id, the actual value doesn't matter
Adafruit_TSL2561_Unified tsl = Adafruit_TSL2561_Unified(TSL2561_ADDR_LOW, 12345);
protected: