Releases: jonthysell/SegaController
Releases · jonthysell/SegaController
SegaController v1.3.0
- Now supports Sega Master System (Mark III) controllers
- Optimized code to reduce compiled binary size
- Reduced read latency
- Fixed issue with errant button reads when inserting/removing controller
- Temporarily disables interrupts while reading to prevent misreads
- Added DB9 pinout diagram to readme and examples
Blog post: https://jonthysell.com/2017/08/31/segacontroller-v1-3-0-now-available/
SegaController v1.2.0
- Now available as a standard Arduino library for using Sega Genesis controllers
- Includes two example sketches, one for reporting button presses via Serial, the other via Keyboard
Blog post: https://jonthysell.com/2017/06/28/introducing-the-segacontroller-arduino-library/