Mirror with some correction
Dependencies: mbed FastIO FastPWM USBDevice
FastInterruptIn/FastInterruptIn.cpp@82:4f6209cb5c33, 2017-04-13 (annotated)
- Committer:
- mjr
- Date:
- Thu Apr 13 23:20:28 2017 +0000
- Revision:
- 82:4f6209cb5c33
Plunger refactoring; AEDR-8300 added; TSL1401CL in progress; VL6180X added
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mjr | 82:4f6209cb5c33 | 1 | #include "FastInterruptIn.h" |
mjr | 82:4f6209cb5c33 | 2 | |
mjr | 82:4f6209cb5c33 | 3 | // list heads for port A and D active interrupt handlers |
mjr | 82:4f6209cb5c33 | 4 | FastInterruptIn *FastInterruptIn::headPortA; |
mjr | 82:4f6209cb5c33 | 5 | FastInterruptIn *FastInterruptIn::headPortD; |
mjr | 82:4f6209cb5c33 | 6 |