Go to the documentation of this file.
39 void _ISR _U1RXInterrupt (
void) {
54 outString(
"Entering Sleep mode. Enter character to wake\n");
63 U1MODEbits.UARTEN = 0;
65 outString (
"Awake! Now waiting for another character\n");
67 printf (
"First character is: %c (%x) \n", u8_c,u8_c);
69 printf (
"Second character is: %c (%x) \n", u8_c,u8_c);