Skip to content

Commit 7a95684

Browse files
authored
comments added to used libraries
added some comments to the used libraries, included the github where I found the lowpower library as this one isn't standard
1 parent 5aa41b9 commit 7a95684

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lt-clock.ino

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ unsigned int Clock = 0, R_clock;
1010
boolean Reset = false, Stop = false, Paused = false;
1111
volatile boolean timeFlag = false;
1212

13+
// standard library
14+
#include <SPI.h>
15+
// add MD_Parola library to Arduino IDE
1316
#include <MD_Parola.h>
17+
// add MD_MAX72xx library to Arduino IDE
1418
#include <MD_MAX72xx.h>
15-
#include <SPI.h>
19+
// git -C ~/Arduino/libraries/ clone https://github.com/rocketscream/Low-Power
1620
#include <LowPower.h>
1721

1822
// Define the number of devices we have in the chain and the hardware interface

0 commit comments

Comments
 (0)