|
PIC24 Support Libraries
|
#include "pic24_all.h"Go to the source code of this file.
Functions | |
| void | CONFIG_SW1 () |
| Switch1 configuration: place on RB13. | |
| int | main (void) |
Demonstrates the use of change notification interrupt to wake from Sleep mode when the CN priority is 0. This does not use an ISR. The datasheet says this should work, but it does not work on the PIC24HJ32GP202 it seems.
Definition in file change_wakeup_noint.c.
| int main | ( | void | ) |
Configure the switch
Configure Change Notification general interrupt
Definition at line 49 of file change_wakeup_noint.c.
1.8.4