Skip to content

Commit

Permalink
Add links to example projects in repo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Apr 25, 2024
1 parent 39d4c07 commit 349b4b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This driver allows you to read all axes and buttons for Wiimote Extension contro

Driver docs are available in [the wii-ext directory](wii-ext/README.md)

Examples:
- [using the async api for classic controller](examples/embassy-rp-async)
- [using the async api for the nunchuk controller](examples/nunchuck-async-embassy-rp)
- [using the blocking api for classic controller](examples/rp2040-hal-blocking/)
- [using the blocking api for the nunchuk controller](examples/nunchuk-blocking-rp2040-hal/)

## Status

Expand Down

0 comments on commit 349b4b3

Please sign in to comment.