-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.4.2 - New example ReactionTimeTestGame
- Loading branch information
Showing
27 changed files
with
3,076 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
* Copyright (C) 2018 Armin Joachimsmeyer | ||
* [email protected] | ||
* | ||
* This file is part of PlayRttl https://github.com/ArminJo/PlayRttl. | ||
* This file is part of PlayRttl https://github.com/ArminJo/PlayRtttl. | ||
* | ||
* PlayRttl is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -152,7 +152,7 @@ void loop() { | |
if (tThresholdCount > 10) { | ||
// stop playing melody | ||
stopPlayRtttl(); | ||
break; // not really needed here, since the while condition will also change because of stopPlayRtttl. | ||
break; // not really required here, since the while condition will also change because of stopPlayRtttl. | ||
} | ||
} else { | ||
tThresholdCount = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.