RossAWaddell
RossAWaddell
I simplified the code to just the LEDs I want to fade in: #include // Don't forget to include the LEDFader libraries folder #include // Config for pulsing amber LEDs...
(apologies for re-opening this issue, but I'm trying to solve this again) I tried adding amber_led.set_value(0); as you suggested, but no change - the LED goes straight on before fading...
Figured out why the FADE UP doesn't work - it's because the -ve pin of the LED is connected to the Arduino pin, not the +ve pin as usual when...
Hi @jandelgado , - Arduino Uno - If I use a Darlington transistor (e.g. ULN2803A) then I don't need to use LowActive() and everything works perfectly. But if I use...
Thanks! I'll give it a try. **EDIT**: I think there's no change. Strangely, the magnitude of the 'blip' seems to be somewhat random - when I hit the reset button...
Thanks Jan. On Fri, Jun 20, 2025 at 8:21 AM Jan Delgado ***@***.***> wrote: > *jandelgado* left a comment (jandelgado/jled#136) > > > Hi, thats not possible at the moment....