Skip to content

Commit ad84209

Browse files
authored
Update ArduinoMatrixClock.ino
1 parent 82a44d9 commit ad84209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduinoMatrixClock/ArduinoMatrixClock.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ LedControl lc = LedControl(4, 5, 6, devices); //DIN, CLK, CS, count of displays
135135
//IR REMOTE CONTROL
136136
IRrecv irReceiver(7); //IR receiver pin
137137
decode_results irResult; //received char
138-
//YOU CAN CHANGE THIS VALUES TO CHANGE WHAT BUTTON FROM REMOTE CONTROL ARE USED
138+
//YOU CAN CHANGE THIS VALUES TO CHANGE WHICH BUTTONS FROM REMOTE CONTROL ARE USED
139139
//You can upload test firmware to your clock - code of received symbols will send to PC via serial port
140140
#define IRCODE_BUTTON1 0xFF22DD //IR REMOTE CONTROL - button#1 code
141141
#define IRCODE_BUTTON2 0xFFC23D //IR REMOTE CONTROL - button#2 code

0 commit comments

Comments
 (0)