Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

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