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

FastInterruptIn.cpp

00001 #include "FastInterruptIn.h"
00002 
00003 // list heads for port A and D active interrupt handlers
00004 FastInterruptIn *FastInterruptIn::headPortA;
00005 FastInterruptIn *FastInterruptIn::headPortD;
00006