8000 Releases · cesmec/wiimote-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cesmec/wiimote-rs

v0.2.0

21 May 18:54
Compare
Choose a tag to compare

Features

  • Discover and connect to Balance Boards (#2 by @gingershaped)
  • Read calibration and data from Balance Boards
  • Disconnect Wii remotes from code

Breaking change

  • WiimoteDevice::accelerometer_calibration now returns an Option
    • The value is None for Balance Boards

v0.1.2

30 Jun 17:18
Compare
Choose a tag to compare

Changes

  • Wii remotes can also be reconnected on Windows
  • Dummy implementation for unsupported platforms to prevent compile errors

Fixes

  • Read correct slow flags for roll and pitch of Motion Plus
  • read_timeout failed on Linux when no data was available (#1)
  • Ignoring unrelated HID devices on Windows could cause an infinite loop

v0.1.1

27 Apr 10:56
Compare
Choose a tag to compare

v0.1.0

26 Apr 14:17
Compare
Choose a tag to compare

First release

Features

  • Connect Wii remotes over Bluetooth by pressing the 1+2 buttons
  • Send data as output reports
  • Receive data as input reports
  • Read accelerometer calibration and convert from raw values
  • Read motion plus calibration and convert from raw values
0