pcnt: add rotary encoder example

This commit is contained in:
morris
2020-09-16 13:50:56 +08:00
parent 74d78148bc
commit 153e819e8a
21 changed files with 480 additions and 11 deletions

View File

@@ -91,7 +91,8 @@ In order to check what are the threshold values currently set, use function :cpp
Application Example
-------------------
Pulse counter with control signal and event interrupt example: :example:`peripherals/pcnt`.
* Pulse counter with control signal and event interrupt example: :example:`peripherals/pcnt/pulse_count_event`.
* Parse the signal generated from rotary encoder: :example:`peripherals/pcnt/rotary_encoder`.
API Reference