Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 604 Bytes

File metadata and controls

17 lines (10 loc) · 604 Bytes

Pump It Up I/O tools

This repository provides tooling to interface with various types of I/O hardware used on the Pump It Up game series.

  • PIUIO: USB PIUIO/MK6 I/O introduced with MK6 hardware and Exceed 2
  • PIUBTN: Additional menu buttons introduced with Pump It Up Pro

Building

Build all target for all sub-projects: make all

Build output can be packaged for distribution and deployment using make package

The output is located under bin/ in the respective sub-projects

For further targets, see the help/usage output, run make or make help.