-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encoders demo: fixed bug; bumped version to 1.0.3
Since the first call to checkErrorLeft() and checkErrorRight() would have already cleared the encoder error flags, calling those functions again right away meant errors would never be reported on the display unless an error occurred between the two calls.
- Loading branch information
1 parent
892dd43
commit 753524c
Showing
4 changed files
with
6 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=Romi32U4 | ||
version=1.0.2 | ||
version=1.0.3 | ||
author=Pololu | ||
maintainer=Pololu <[email protected]> | ||
sentence=Romi 32U4 Arduino library | ||
|