An I/O controller for virtual pinball machines: accelerometer nudge sensing, analog plunger input, button input encoding, LedWiz compatible output controls, and more.

Dependencies:   mbed FastIO FastPWM USBDevice

Fork of Pinscape_Controller by Mike R

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers IRCommand.cpp Source File

IRCommand.cpp

00001 #include "IRCommand.h"
00002 
00003 // Null singleton for three-state logic class
00004 const bool3 bool3::null = bool3();