All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. This changlog uses the ISO 8601 date format of (YYYY-MM-DD).
1.4.0 - 2021-07-12
- Added support for different reading modes (Pokemon XD support) #42
1.3.1 - 2021-03-06
- Fix #22 add delay between begin() and read() for N64 controller
1.3.0 - 2021-01-22
- Added N64 Console support #29 (Thanks @JonnyHaystack)
1.2.1 - 2017-01-27
- Fix compiling of assembler functions
- Added N64Controller support
- Added GamecubeConsole support
- Added library.properties
- Added version identifier
- Reworked library structure
- Separated consoles
- Untabified all source files
1.1 - 2015-02-14
- Multiple controllers possible
- Added new begin() function overload
- Hardcoded all get/send functions with assembler
- Improved pin management/ram usage
- Improved end() function
- Improved example
- Updated HID Project example to version 2.1
- Updated structs
- Moved documentation to the Wiki
- Now with all IDE versions compatible
1.0 - 2014-07-01
- Added Gamecube Device support