PIC24 Support Libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ledtoggle_timer.c File Reference
#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.
 
int main (void)
 

Detailed Description

Demonstrates the use of a period interrupt to sample a switch input, removes the need for debounce delays.

Definition in file ledtoggle_timer.c.

Function Documentation

int main ( void  )

PIO config

Definition at line 103 of file ledtoggle_timer.c.