Xmega Application Note


led.h

Go to the documentation of this file.
00001 
00044 #ifndef _LED_H_
00045 #define _LED_H_
00046 
00047 #include "gpio.h"
00048 
00055 #define LED_Off(led_gpio)     gpio_set_pin_high(led_gpio)
00056 
00063 #define LED_On(led_gpio)      gpio_set_pin_low(led_gpio)
00064 
00071 #define LED_Toggle(led_gpio)  gpio_toggle_pin(led_gpio)
00072 
00073 #endif // _LED_H_
@DOC_TITLE@
Generated on Fri Oct 22 12:15:25 2010 for AVR1300 Using the Xmega ADC by doxygen 1.6.3