Releases: KaiseiYokoyama/joycon-rs
Releases · KaiseiYokoyama/joycon-rs
Release v0.6.3
Changed
- Change dependencies
hidapi-alt-for-hidapi-issue-127
is replaced withhidapi-rs
(#33 ) thanks @carl-anders
- Update dependencies
- crossbeam-channel: 0.5.1 -> 0.5
- lazy_static: 1.4.0 -> 1.4
- doc-comment: 0.3.3 -> 0.3
Release v0.6.1
- Derive
Serialize
andDeserialize
forJoyConDeviceType
Release v0.6.0
- Add
use_serde
feature- Derive
Serialize
andDeserialize
forStandard Full Report
andSimple HID Report
- Derive
- Fix typo
Release v0.5.6
- SimpleJoyConDriver enables vibration and IMU initially
- For Pro Controller support
Release v0.5.5
- Make some fields public
Release v0.5.4
- public
data
field ofIMUData
Release v0.5.3
CHANGELOG
- Make some structs public
- Update README.md
Release v0.5.2
CHANGELOG
- Add static
JOYCON_RECEIVER
Release v0.5.1
CHANGELOG
- Read SPI
- controller colors
- stick parameters / calibration
- IMU offsets / calibration
into JoyConDevice
Release v0.5.0-alpha
CHANGELOG
- 🎮 Support for Pro Controller!
- Support for Standard Full Report with Pro Controller
- Remove
SubCommandMode<D, RD>
- Make some fields of structs public
SimpleJoyConDriver
do not checking sub-command reply now if controller sends report frequently- With this change, many method's return type is changed