jandelgado / jled

Non-blocking LED controlling library for Arduino and friends.
MIT License
331 stars 55 forks source link

ESP32: fix glimming LED problem (#60) #61

Closed jandelgado closed 3 years ago

jandelgado commented 3 years ago

on ESP32 with LEDs connected as low-active.

Needs value of 256 to turn LED off, 255 keeps the LED glimming.

See https://github.com/espressif/arduino-esp32/issues/689

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.03%) to 96.371% when pulling fcc98ac92a80e9894a9bb7ef1e55a00c2576bde9 on fix_esp32_low_active_leds_glimming into 230ea600b635d3cb067e91a9139b55f52ffe97f7 on master.