Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readme documentation for demos #246

Merged
merged 9 commits into from
May 19, 2021
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: Henrik Alsér <[email protected]>
ninjasource and kalkyl committed Nov 23, 2020
commit 4ce6f4b45504a4c3118709df485514f4150dc965
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ The pulse width modulation demo. This demonstrates various PWM use cases by allo

### qdec-demo (Sensor Decoding)

The quadrature decoder (QDEC) demo. This peripheral supports buffered decoding of quadrature-encoded sensor signals (typically used for mechanical and optical sensors). The demo reads a byte value from two input pins expected to contain qdec encoded data at a given frequency.
The quadrature decoder (QDEC) demo. This peripheral supports buffered decoding of quadrature-encoded sensor signals (typically used for mechanical and optical sensors). The demo shows how to use a rotary encoder to trigger an interrupt and update a variable by the amount of rotation. (nRF52840 + Bourns PEC11R rotary encoder)

### rtic-demo (Concurrency Framework)