SegaController Versions Save

Arduino library to read Sega Genesis (Mega Drive) and Master System (Mark III) controllers.

v1.3.0

6 years ago
  • 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/

v1.2.0

6 years ago
  • 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/