start with all mosfets on
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 24 Jan 2016 20:45:45 +0000 (21:45 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 24 Jan 2016 20:45:45 +0000 (21:45 +0100)
Desk_LED_dimmer/Desk_LED_dimmer.ino

index 2a2ae63..c316909 100644 (file)
@@ -16,7 +16,7 @@ const int pir_pin = A2;
 PS2 mouse(8, 7); // PS2 synaptics clock, data
 #endif
 
-int mosfet_pwm[] = { 255, 255, 0 }; // initial and current state of mosfet pwm
+int mosfet_pwm[] = { 255, 255, 255 }; // initial and current state of mosfet pwm
 
 void setup() {
   Serial.begin(115200);