EmonLib-esp32 icon indicating copy to clipboard operation
EmonLib-esp32 copied to clipboard

Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE

Results 1 EmonLib-esp32 issues
Sort by recently updated
recently updated
newest added

Merged the ADC_BITS ifdef statement, used an `#elif defined(ESP32)` instead of another `#if defined(ESP32)` statement This way the compiler will not complain about redeclaring ADC_BITS. The warning was this: ```...