Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiseiYokoyama committed Apr 24, 2020
1 parent e2d975c commit 5ec5164
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@
//!
//! # 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][input_report_mode]
//! - [Receive pushed buttons, and stick directions (one of 8 directions) on every button pressed.][SimpleHIDMode<D>]
//! - [Receive pushed buttons, stick directions (analog value), and 6-Axis sensor at 60Hz.][StandardFullMode<D>]
//! - [Get status of Joy-Con][SubCommandMode<D, RD>]
//! - [Deal with LED (Player lights)]
//! - [Rumble]
//! - [Vibration (Rumble)]
//!
//! ## Planning
//! - Receive NFC/IR data
Expand All @@ -142,7 +144,7 @@
//! [StandardFullMode<D>]: joycon/input_report_mode/standard_full_mode/struct.StandardFullMode.html
//! [SubCommandMode<D, RD>]: joycon/input_report_mode/sub_command_mode/struct.SubCommandMode.html
//! [Deal with LED (Player lights)]: joycon/lights/index.html
//! [Rumble]:joycon/struct.Rumble.html
//! [Vibration (Rumble)]:joycon/struct.Rumble.html
pub mod joycon;

#[cfg(doctest)]
Expand Down

0 comments on commit 5ec5164

Please sign in to comment.