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 IRPwmOut.cpp Source File

IRPwmOut.cpp

00001 // This class is not currently used - it's been replaced by IRTransmitter
00002 // and NewPwm.
00003 #if 0
00004 
00005 #include "IRPwmOut.h"
00006 
00007 // class statics
00008 float IRPwmOut::pwm_clock;
00009 
00010 #endif /* 0 */