-
Notifications
You must be signed in to change notification settings - Fork 73
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
1 parent
f7d6080
commit 8b2b7ff
Showing
2 changed files
with
26 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=Ai Esp32 Rotary Encoder | ||
version=1.3 | ||
version=1.4 | ||
author=Igor Antolic (adapted code from github.com/marcmerlin/IoTuz) | ||
maintainer=Igor Antolic <iantolic@gmail.com> | ||
sentence=Easy implement rotary encoder to your application for ESP32 and ESP8266 | ||
paragraph=Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better buttnon handling and updated examples. New in version 1.2: AiEsp32RotaryEncoderNumberSelector helps selecting number in range. Example: -12 do 31.5 in steps of 0.5. | ||
paragraph=Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better buttnon handling and updated examples. AiEsp32RotaryEncoderNumberSelector helps selecting number in range. Example: -12 do 31.5 in steps of 0.5. | ||
category=Device Control | ||
url=https://github.com/igorantolic/ai-esp32-rotary-encoder.git | ||
architectures=esp32,esp8266 |