We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa41b9 commit 7a95684Copy full SHA for 7a95684
lt-clock.ino
@@ -10,9 +10,13 @@ unsigned int Clock = 0, R_clock;
10
boolean Reset = false, Stop = false, Paused = false;
11
volatile boolean timeFlag = false;
12
13
+// standard library
14
+#include <SPI.h>
15
+// add MD_Parola library to Arduino IDE
16
#include <MD_Parola.h>
17
+// add MD_MAX72xx library to Arduino IDE
18
#include <MD_MAX72xx.h>
-#include <SPI.h>
19
+// git -C ~/Arduino/libraries/ clone https://github.com/rocketscream/Low-Power
20
#include <LowPower.h>
21
22
// Define the number of devices we have in the chain and the hardware interface
0 commit comments