Skip to content

Commit ca65264

Browse files
authored
Update ArduinoMatrixClock.ino
1 parent 95c7f45 commit ca65264

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ArduinoMatrixClock/ArduinoMatrixClock.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ i = invert display (i00 = no invert, i01 = invert display)
124124
//Example: Real temperature is 23°C. Clock shows 26°C. Difference is -3°C. You have to change value to 100 - 3 = 97
125125
const byte temperatureOffset = 97; //99 = -1, 100 = 0, 101 = 1 (only integer values)
126126

127-
128127
//OTHERS
129128
const byte versionMajor = 1;
130129
const byte versionMinor = 5;
@@ -142,7 +141,6 @@ decode_results irResult; //received char
142141
#define IRCODE_BUTTON2 0xFFC23D //IR REMOTE CONTROL - button#2 code
143142
#define IRCODE_BUTTON1AND2 0xFF02FD //IR REMOTE CONTROL - both buttons code (button#3 code)
144143

145-
146144
//RTC DS3231
147145
//How to read time from RTC DS3231 module without library, see https://www.mylms.cz/text-kusy-kodu-k-arduinu/#ds3231
148146
#define DS3231_I2C_ADDRESS 0x68 //address of DS3231 module

0 commit comments

Comments
 (0)