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:
- 18:915a235bc099
- Parent:
- 17:c9ce210f6654
- Child:
- 19:3a817d2cef11
--- a/SysMngmt.cpp Sat Oct 25 03:28:55 2014 +0000
+++ b/SysMngmt.cpp Sat Oct 25 15:54:19 2014 +0000
@@ -54,6 +54,7 @@
wdt.kick(10.0);
pc1.baud(115200);
+/*
FanPump fanPump(&rxBuffer);
DC dc_dc(&fanPump, &rxBuffer);
PollSwitch pollSwitch(&rxBuffer);
@@ -110,6 +111,8 @@
wdt.kick();
} // main while loop
+
+*/
}
/*
