Skip to content

Commit

Permalink
Rename examples to make them consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Apr 25, 2024
1 parent 391798c commit bf9c309
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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/)
- [using the async api for classic controller](examples/classic-async-embassy-rp)
- [using the async api for the nunchuk controller](examples/nunchuk-async-embassy-rp)
- [using the blocking api for classic controller](examples/classic-blocking-rp2040-hal)
- [using the blocking api for the nunchuk controller](examples/nunchuk-blocking-rp2040-hal)

## Status

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
edition = "2021"
name = "embassy_rp_async"
name = "classic-async-embassy-rp"
version = "0.1.0"
license = "MIT OR Apache-2.0"
resolver = "2"

publish = false

[dependencies]
wii-ext = { version = "0.4.0", features = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/nunchuk-async-embassy-rp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
edition = "2021"
name = "nunchuk_async_embassy_rp"
name = "nunchuk-async-embassy-rp"
version = "0.1.0"
license = "MIT OR Apache-2.0"
resolver = "2"

publish = false

[dependencies]
wii-ext = { version = "0.4.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion examples/nunchuk-blocking-rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["9names"]
edition = "2018"
readme = "README.md"
name = "wii-ext_blocking_demo"
name = "nunchuk-blocking-rp2040-hal"
version = "0.1.0"
resolver = "2"
publish = false
Expand Down

0 comments on commit bf9c309

Please sign in to comment.