Xmega Application Note


led.h

Go to the documentation of this file.
00001 /*This file is prepared for Doxygen automatic documentation generation.*/
00054 #ifndef _LED_H_
00055 #define _LED_H_
00056 
00057 #include "gpio.h"
00058 
00065 #define LED_Off(led_gpio)     gpio_set_pin_high(led_gpio)
00066 
00073 #define LED_On(led_gpio)      gpio_set_pin_low(led_gpio)
00074 
00081 #define LED_Toggle(led_gpio)  gpio_toggle_pin(led_gpio)
00082 
00083 #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