Skip to content

Commit dbf11b7

Browse files
committed
Switch the input pin and the order of the output pins, for V2
1 parent 33946b5 commit dbf11b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hanukiah/hanukiah.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Does not require PWM!
77
*/
88

9-
const int candlePins[] = {2, 3, 4, 5, 6, 7, 8, 9, 10};
10-
const int button = 11; // input pin
9+
const int candlePins[] = {10, 9, 8, 7, 6, 5, 4, 3, 2};
10+
const int button = 19; // input pin
1111

1212
// Number of candles on
1313
int numOn = 0;

0 commit comments

Comments
 (0)