Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4901be0

Browse filesBrowse files
authored
Merge pull request #84 from per1234/document-incomplete-hourglass-code
Document incomplete nature of "p08_DigitalHourglass"
2 parents 2c2bb7b + e695e8e commit 4901be0
Copy full SHA for 4901be0

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎examples/10.StarterKit_BasicKit/p08_DigitalHourglass/p08_DigitalHourglass.ino

Copy file name to clipboardExpand all lines: examples/10.StarterKit_BasicKit/p08_DigitalHourglass/p08_DigitalHourglass.ino
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- six LEDs
1111
- tilt switch
1212
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+
1316
created 13 Sep 2012
1417
by Scott Fitzgerald
1518
@@ -55,6 +58,7 @@ void loop() {
5558

5659
if (led == 7) {
5760
// the hour is up
61+
// add your indicator code here
5862
}
5963
}
6064

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.