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:
- 27:84885b1e5c45
- Parent:
- 15:370d320a11a9
--- a/PollSwitch/PollSwitch.cpp Fri Oct 24 22:35:28 2014 +0000
+++ b/PollSwitch/PollSwitch.cpp Fri Oct 24 22:36:55 2014 +0000
@@ -3,7 +3,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),
LPCDigitalIn(PollPin[1], PullDown),
- LPCDigitalOut(PollPin[2]),
+ LPCDigitalOut(PollPin[2], PullDown),
LPCDigitalOut(PollPin[3]),
LPCDigitalOut(PollPin[4]),
LPCDigitalOut(PollPin[5]),
