Microchip® Advanced Software Framework

eic_example1.c File Reference
#include <avr32/io.h>
#include "compiler.h"
#include "gpio.h"
#include "power_clocks_lib.h"
#include "board.h"
#include "conf_example1.h"
#include "eic.h"

Functions

int main (void)
 
static void toggle_led (void)
 Toggle LED 0 for a short while. More...
 

static void toggle_led ( void  )
static

Toggle LED 0 for a short while.

References gpio_tgl_gpio_pin(), and LED0_GPIO.

Referenced by main().