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: DC_DC/DC_DC.cpp
- Revision:
- 17:c9ce210f6654
- Parent:
- 12:e0adb697fcdb
diff -r a72ffe7d879d -r c9ce210f6654 DC_DC/DC_DC.cpp
--- a/DC_DC/DC_DC.cpp Fri Oct 24 22:38:20 2014 +0000
+++ b/DC_DC/DC_DC.cpp Sat Oct 25 03:28:55 2014 +0000
@@ -18,13 +18,13 @@
return status;
}
-void DC::set(bool s){
+void DC::set(bool s){/*
status = s;
if(!status){
fanPump->shutdown_all();
}
- dc_pin = !status;
+ dc_pin = !status;*/
}
void update_dcdc(const void *arg){
