System Management code
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Revision 27:84885b1e5c45, committed 2014-10-24
- Comitter:
- pspatel321
- Date:
- Fri Oct 24 22:36:55 2014 +0000
- Parent:
- 15:370d320a11a9
- Commit message:
- Re branch2
Changed in this revision
| PollSwitch/PollSwitch.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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]),
