Skip to content

Releases: KaiseiYokoyama/joycon-rs

Release v0.6.3

05 Dec 17:41
Compare
Choose a tag to compare

Changed

  • Change dependencies
    • hidapi-alt-for-hidapi-issue-127 is replaced with hidapi-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

06 Jun 13:05
7c6a332
Compare
Choose a tag to compare
  • Derive Serialize and Deserialize for JoyConDeviceType

Release v0.6.0

06 Jun 11:28
72cfee7
Compare
Choose a tag to compare
  • Add use_serde feature
    • Derive Serialize and Deserialize for Standard Full Report and Simple HID Report
  • Fix typo

Release v0.5.6

05 Jun 08:40
Compare
Choose a tag to compare
  • SimpleJoyConDriver enables vibration and IMU initially
    • For Pro Controller support

Release v0.5.5

05 Jun 06:52
Compare
Choose a tag to compare
  • Make some fields public

Release v0.5.4

05 Jun 06:31
Compare
Choose a tag to compare
  • public data field of IMUData

Release v0.5.3

31 May 03:23
Compare
Choose a tag to compare

CHANGELOG

  • Make some structs public
  • Update README.md

Release v0.5.2

30 May 16:48
04ffc89
Compare
Choose a tag to compare

CHANGELOG

  • Add static JOYCON_RECEIVER

Release v0.5.1

29 May 13:41
Compare
Choose a tag to compare

CHANGELOG

  • Read SPI
    • controller colors
    • stick parameters / calibration
    • IMU offsets / calibration

into JoyConDevice

Release v0.5.0-alpha

19 May 06:30
4097d50
Compare
Choose a tag to compare
Release v0.5.0-alpha Pre-release
Pre-release

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