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:
- 28:8c2fa2473b78
- Parent:
- 26:78c0d7facfa7
--- a/PollSwitch/PollSwitch.cpp Fri Oct 24 22:34:29 2014 +0000
+++ b/PollSwitch/PollSwitch.cpp Fri Oct 24 22:37:32 2014 +0000
@@ -2,7 +2,7 @@
LPC_pin PollPin[12]={p1_0, p1_1, p1_4, p1_8, p1_9, p1_10, p1_14, p1_15, p1_16, p1_17, p1_27, p1_28};
-LPCDigitalOut poll[12]={ LPCDigitalIn(PollPin[0], PullDown),
+LPCDigitalOut poll[12]={ LPCDigitalIn(PollPin[0], PullDown),
LPCDigitalOut(PollPin[1]),
LPCDigitalOut(PollPin[2]),
LPCDigitalOut(PollPin[3]),
