|
PIC24 Support Libraries
|
#include "pic24_all.h"Go to the source code of this file.
Functions | |
| void | CONFIG_SW1 () |
| Switch1 configuration. | |
| int | main (void) |
Demonstrates the use of change notification interrupt to wake from Sleep mode. Pushbutton on a change notfication pin will be used to wake the from Sleep mode.
Definition in file change_wakeup.c.
| int main | ( | void | ) |
Configure the switch
Configure Change Notification general interrupt
Definition at line 52 of file change_wakeup.c.
1.8.4