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: PollSwitch/PollSwitch.cpp
- Revision:
- 8:ecf68db484af
- Parent:
- 7:5f6e31faa08e
- Child:
- 12:e0adb697fcdb
--- a/PollSwitch/PollSwitch.cpp Fri Oct 10 20:59:36 2014 +0000
+++ b/PollSwitch/PollSwitch.cpp Fri Oct 10 21:46:52 2014 +0000
@@ -23,9 +23,12 @@
PollSwitch::PollSwitch(CANBuffer *can){
tx_Poll_Buffer = can;
+
+ /*
for(int i = 0; i < 12; i++){
poll[i].mode(PullDown);
}
+ */
}
uint16_t poll_switches(){
