|
PIC24 Support Libraries
|
#include "pic24_all.h"Go to the source code of this file.
Macros | |
| #define | CONFIG_LED1() CONFIG_RB14_AS_DIG_OUTPUT() |
| LED1. | |
Functions | |
| void | CONFIG_SW1 () |
| Switch1 configuration. | |
| void | CONFIG_SW2 () |
| Switch2 configuration, does not have to be debounced. | |
| int | main (void) |
Demonstrates the use of a period interrupt to sample a switch input, removes the need for debounce delays. All of the FSM work is done in the ISR.
Definition in file ledsw1_timer2.c.
| int main | ( | void | ) |
1.8.4