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:
- 22:fc802e7715f8
- Parent:
- 20:3dfa7e9461a0
--- a/IOobjects.h Fri Nov 07 01:26:37 2014 +0000 +++ b/IOobjects.h Fri Nov 07 21:09:50 2014 +0000 @@ -9,6 +9,7 @@ #include "PollSwitch.h" #include "IMD.h" #include "CoulombCounter.h" +#include "DC_DC.h" extern CANBuffer can; extern MODSERIAL pc; @@ -16,5 +17,6 @@ extern PollSwitch pollSwitch; extern IMD imd; extern CoulombCounter coulombCounter; +extern DC dc; #endif \ No newline at end of file
