Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Diff: IOobjects.h
- Revision:
- 20:3dfa7e9461a0
- Parent:
- 19:3a817d2cef11
- Child:
- 22:fc802e7715f8
--- a/IOobjects.h Sat Oct 25 16:48:09 2014 +0000 +++ b/IOobjects.h Fri Nov 07 01:26:13 2014 +0000 @@ -6,9 +6,15 @@ #include "CANBuffer.h" #include "Watchdog.h" +#include "PollSwitch.h" +#include "IMD.h" +#include "CoulombCounter.h" + extern CANBuffer can; extern MODSERIAL pc; extern Watchdog wdt; -extern DigitalOut debugLED; +extern PollSwitch pollSwitch; +extern IMD imd; +extern CoulombCounter coulombCounter; #endif \ No newline at end of file
