Skip to content

Commit c64bd35

Browse files
committed
feat(knob): publish official version
1 parent 57309e3 commit c64bd35

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

components/knob/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## v1.0.0 - 2024-8-15
4+
5+
* Publish the official version
6+
37
## v0.1.5 - 2024-7-3
48

59
### Enhancements:

components/knob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Component Knob
44

5-
`Knob` is the component that provides the software PCNT, it can be used on chips(esp32c2, esp32c3) that do not have PCNT hardware capabilities. By using this component, you can quickly use a physical encoder, such as the EC11 encoder.
5+
`Knob` is the component that provides the software quadrature decoding, it can be used on chips(esp32c2, esp32c3) that do not have PCNT hardware capabilities. By using this component, you can quickly use a physical encoder, such as the EC11 encoder.
66

77
Features:
88

components/knob/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: "0.1.5"
2-
description: Knob driver implemented through software pcnt
1+
version: "1.0.0"
2+
description: Knob driver implemented through software quadrature decoding.
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/knob
44
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/input_device/knob.html
55
issues: https://github.com/espressif/esp-iot-solution/issues

0 commit comments

Comments
 (0)