Modified WakeUp program to run on STM32L152RE
Dependencies: mbed LPC1114_WakeInterruptIn
Fork of WakeUp by
Diff: Device/WakeUp_LPC11XX.cpp
- Revision:
- 13:fd24cec76d5a
- Parent:
- 12:779d866b8a2d
- Child:
- 14:6bf547e1e62d
diff -r 779d866b8a2d -r fd24cec76d5a Device/WakeUp_LPC11XX.cpp --- a/Device/WakeUp_LPC11XX.cpp Wed Jul 30 15:07:08 2014 +0000 +++ b/Device/WakeUp_LPC11XX.cpp Wed Jul 30 20:02:47 2014 +0000 @@ -7,6 +7,7 @@ #include "WakeUp.h" #include "WakeInterruptIn.h" #include "pinmap.h" +#include "toolchain.h" //Pin used, allowed pins = P0_1 (dp24, default), P0_8 (dp1) and P0_9 (dp2) //By defining WakeUpPin in for example your main.cpp this can be overridden