We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2bb7b + e695e8e commit 4901be0Copy full SHA for 4901be0
examples/10.StarterKit_BasicKit/p08_DigitalHourglass/p08_DigitalHourglass.ino
@@ -10,6 +10,9 @@
10
- six LEDs
11
- tilt switch
12
13
+ NOTE: This sketch is intentionally incomplete. Make sure to add your own code
14
+ for whatever you want to happen at the end of the hour.
15
+
16
created 13 Sep 2012
17
by Scott Fitzgerald
18
@@ -55,6 +58,7 @@ void loop() {
55
58
56
59
if (led == 7) {
57
60
// the hour is up
61
+ // add your indicator code here
62
}
63
64
0 commit comments