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: SysMngmt.cpp
- Revision:
- 8:ecf68db484af
- Parent:
- 7:5f6e31faa08e
- Child:
- 9:ada056631cac
--- a/SysMngmt.cpp Fri Oct 10 20:59:36 2014 +0000
+++ b/SysMngmt.cpp Fri Oct 10 21:46:52 2014 +0000
@@ -19,6 +19,7 @@
#include "FanPump.h"
#include "DC_DC.h"
#include "PollSwitch.h"
+#include "IMD.h"
//Possible problems in IMD coz change of counter
//Possible problems in BatteryStatus coz change in library
@@ -278,10 +279,12 @@
FanPump fanPump(&rxBuffer);
DC dc_dc(&fanPump, &rxBuffer);
PollSwitch pollSwitch(&rxBuffer);
+ IMD imdMonitor(&rxBuffer);
fanPump.start_update();
dc_dc.start_update();
pollSwitch.start_update();
+ imdMonitor.start_update();
while(1)
{
