Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiseiYokoyama authored Apr 24, 2020
1 parent d2b8749 commit e2d975c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,19 @@ managed_devices.into_iter()

# Features
You can use `Joycon-rs` for...
- Manage Joy-Cons
- Connection / Disconnection / Reconnection
- Send / Receive raw packets (u8 array) to / from Joy-Con
- Receive input to Joy-Con
- Receive pushed buttons, and stick directions (one of 8 directions) on every button pressed.
- Receive pushed buttons, stick directions (analog value), and 6-Axis sensor at 60Hz.
- Get status of Joy-Con
- Deal with LED (Player lights)
- Vibration (Rumble)

## Planning
- Vibration (Rumble)
- Receive NFC/IR data
- Deal with HOME light
- Deal with Pro Controller
- Disconnect / Reconnect

[`mspc`]: https://doc.rust-lang.org/book/ch16-02-message-passing.html

0 comments on commit e2d975c

Please sign in to comment.