Skip to content

Commit 8a175aa

Browse files
committed
update docs
1 parent 3db9b91 commit 8a175aa

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Make FreeRTOS run in tickless mode
88
- Added systemOff() to enter hibernate mode
99
- Correct waitForEvent() function with SoftDevice enabled and disabled.
10+
- Added RotaryEncoder support for both Hardware and Software Encoder.
1011

1112
## 0.7.0
1213

libraries/RotaryEncoder/keywords.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#######################################
2+
# Datatypes (KEYWORD1)
3+
#######################################
4+
5+
HwRotaryEncoder KEYWORD1
6+
SwRotaryEncoder KEYWORD1
7+
8+
#######################################
9+
# Methods (KEYWORD2)
10+
#######################################
11+
12+
setSampler KEYWORD2
13+
setDebounce KEYWORD2
14+
setReporter KEYWORD2
15+
setCallback KEYWORD2
16+
read KEYWORD2
17+
readAbs KEYWORD2
18+
writeAbs KEYWORD2
19+
clearAbs KEYWORD2

libraries/RotaryEncoder/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Adafruit Hardware Encoder for Bluefruit52
1+
name=Adafruit Rotary Encoder for Bluefruit52
22
version=0.7.5
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>

0 commit comments

Comments
 (0)