PIC24 Support Libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
change_wakeup.c File Reference
#include "pic24_all.h"

Go to the source code of this file.

Functions

void CONFIG_SW1 ()
 Switch1 configuration.
 
int main (void)
 

Detailed Description

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.

Function Documentation

int main ( void  )

Configure the switch

Configure Change Notification general interrupt

Definition at line 52 of file change_wakeup.c.