File tree
Expand file treeCollapse file tree1 file changed
+4
-0
lines changed examples/10.StarterKit_BasicKit/p08_DigitalHourglass
Expand file treeCollapse file tree1 file changed
+4
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
10 | 10 | - six LEDs
|
11 | 11 | - tilt switch
|
12 | 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 | +
|
13 | 16 | created 13 Sep 2012
|
14 | 17 | by Scott Fitzgerald
|
15 | 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 |
58 | 62 | }
|
59 | 63 | }
|
60 | 64 |
|
|
You can’t perform that action at this time.
0 commit comments