From bc294dbce5e7ba1817f30bc15308cdff6baffa4c Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:50:05 +1000 Subject: [PATCH] Add links to example projects in repo README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7c40341..79ba3c0 100644 --- a/README.md +++ b/README.md @@ -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