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...