Nuacht

A simple ESP32 project using the LEDC library to dim a LED. LEDC library uses PWM to realize dimming and is part of ESP32 Arduino framework See "github.com/espressif ...
An ADC input - preferrably connected to a potentiometer - is used to control the brightness and behavior of an LED. Two special cases: (1) an ADC reading below 128 results in automatic fading every ca ...