-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sabeechen
authored
Apr 30, 2018
1 parent
d303a57
commit 95cbc9a
Showing
3 changed files
with
42 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name=Simple Rotary Encoder | |
version=1.0.0 | ||
author=Stephen Beechen | ||
maintainer=Stephen Beechen <[email protected]> | ||
sentence=ESP8266 Arduino IDE library for reading from rotary rotary encoders. | ||
sentence=Arduino IDE library for reading an incremental rotary encoder, with a push button, with or without using interrupts, on an ESP8266, Arduino, or other Arduino IDE compatible board. | ||
paragraph=Callbacks are used to handle events; one each for button up, button down, clockwise rotation and counter clockwise rotation. | ||
category=Other | ||
url=https://github.com/sabeechen/SimpleRotaryEncoder | ||
|