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.
WakeInterruptIn Class Reference
Class to wake LPC1114 from deepsleep. More...
#include <WakeInterruptIn.h>
Public Member Functions | |
| WakeInterruptIn (PinName pin) | |
| Constructor. | |
Detailed Description
Class to wake LPC1114 from deepsleep.
Use like regular InterruptIn, it works not only to wake up from sleep but also just like InterruptIn. Only you can NOT attach both rising and falling edge interrupts.
Definition at line 22 of file WakeInterruptIn.h.
Constructor & Destructor Documentation
| WakeInterruptIn | ( | PinName | pin ) |
Constructor.
Pins which are allowed are all pins from Port 0 and P1_0
- Parameters:
-
pin Pin to use as WakeInterruptIn pin
Definition at line 7 of file WakeInterruptIn.cpp.
Generated on Tue Jul 12 2022 21:38:10 by
1.7.2