Module joycon_rs::joycon[][src]

Re-exports

pub use device::JoyConDevice;
pub use device::JoyConDeviceType;

Modules

JoyCon’s input report mode is divided into five main categories.

Operate Joy-Con’s player lights (LEDs). The gist of this module is Lights.

Structs

Increment by 1 for each packet sent. It loops in 0x0 - 0xF range.

A manager for dealing with Joy-Cons.

Rumble data for vibration.

Simple HID mode pushes updates with every button press.

The controller user uses to play with. If you’re not happy with this implementation, you can use JoyConDriver trait.

Joy-Con emitting standard full report includes IMU(6-Axis sensor)

Enums

ref. https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md

Traits