Skip to content

Releases: jonthysell/SegaController

SegaController v1.3.0

22 Aug 19:48
Compare
Choose a tag to compare
  • 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

28 Jun 14:30
Compare
Choose a tag to compare
  • 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/

SegaController v1.1

SegaController v1.0