Releases: dmadison/ArduinoXInput
Releases · dmadison/ArduinoXInput
Version 1.2.6
Version 1.2.5
Bug fixes:
- Fixed an issue with received data not always being up to date
Version 1.2.4
Changes:
- Joystick axes can be optionally inverted
getButtonnow works with the triggers- In serial mode,
send()no longer spams status updates if the controls have not changed
Version 1.2.3
Bug fixes:
- Adds 'L3' and 'R3' buttons to the
printDebugfunction output
Version 1.2.2
Bug fixes:
- Updated
WiiClassicControllerexample for NintendoExtensionCtrl Library version 0.8.1.
Version 1.2.1
Changes:
- Added disclaimer about console support to the
README
I'm creating a new release because I forgot to update the library version number for the last release (v1.2.0). Creating a new patch version will push the latest library to the Arduino library system.
Version 1.2.0
Changes:
- Adds two functions for setting the joystick axes separately:
setJoystickXandsetJoystickY - Improves backend for 4-way button
setJoystickfunction
Version 1.1.0
Changes:
- Adds a new
setJoystickfunction that sets the joystick according to directional pad inputs, for use with 4-way arcade-style micro switch joysticks. - For four-way inputs: the mutually exclusive state filter (SOCD cleaner) is now optional for the joysticks and directional pad. Pass an additional 'false' argument to disable it.
Version 1.0.1
Included USB API demo program in 'extras' folder, for use with development and continuous integration.
Initial Release
First release! Supports 22 boards, all available control surfaces, rumble and LED data.