Skip to content

Releases: dmadison/ArduinoXInput

Version 1.2.6

30 Oct 01:13
b26957e
Compare
Choose a tag to compare

Changes:

  • Adds support for the Teensy 4 family of boards

Version 1.2.5

04 Mar 08:46
b24a46c
Compare
Choose a tag to compare

Bug fixes:

  • Fixed an issue with received data not always being up to date

Version 1.2.4

10 Jan 13:17
e4f4703
Compare
Choose a tag to compare

Changes:

  • Joystick axes can be optionally inverted
  • getButton now works with the triggers
  • In serial mode, send() no longer spams status updates if the controls have not changed

Version 1.2.3

04 Jul 04:07
c4aca73
Compare
Choose a tag to compare

Bug fixes:

  • Adds 'L3' and 'R3' buttons to the printDebug function output

Version 1.2.2

14 Jun 08:46
23d57f9
Compare
Choose a tag to compare

Bug fixes:

  • Updated WiiClassicController example for NintendoExtensionCtrl Library version 0.8.1.

Version 1.2.1

27 Jul 11:11
2de9a66
Compare
Choose a tag to compare

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

25 Jul 08:02
60fe179
Compare
Choose a tag to compare

Changes:

  • Adds two functions for setting the joystick axes separately: setJoystickX and setJoystickY
  • Improves backend for 4-way button setJoystick function

Version 1.1.0

03 Apr 17:12
7a6227d
Compare
Choose a tag to compare

Changes:

  • Adds a new setJoystick function 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

30 Mar 14:47
6aa71ad
Compare
Choose a tag to compare

Included USB API demo program in 'extras' folder, for use with development and continuous integration.

Initial Release

18 Mar 09:01
5d7f884
Compare
Choose a tag to compare

First release! Supports 22 boards, all available control surfaces, rumble and LED data.