LED chaser application using the GPIO interface on AVR32 devices. More...
#include "compiler.h"#include "preprocessor.h"#include "board.h"#include "pm.h"#include "gpio.h"Defines | |
Number of LEDs to be illuminated | |
| #define | MAX_LEDS 4 |
Functions | |
| int | main (void) |
| This is an example showing how to create a LED chaser application. | |
| void | delay_wait () |
| Delay routine. | |
LED chaser application using the GPIO interface on AVR32 devices.
1.7.1