We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea504f5 commit 23f620cCopy full SHA for 23f620c
include/clockWork.h
@@ -13,8 +13,9 @@ class ClockWork {
13
};
14
stateBH1750Type stateBH1750 = stateBH1750Type::toBeInitialized;
15
float lux = 0.0;
16
- uint16_t adcValue0Lux = 10; // Hier wird der niedrigste LDR-ADC Wert getrackt,
17
- // für eine dynamische offset korrektur bei 0 LUX
+ uint16_t adcValue0Lux =
+ 10; // Hier wird der niedrigste LDR-ADC Wert getrackt,
18
+ // für eine dynamische offset korrektur bei 0 LUX
19
20
private:
21
//------------------------------------------------------------------------------
0 commit comments