Common IOPORT service example 1.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
#include <asf.h>
#include "conf_example.h"
Functions | |
int | main (void) |
int main | ( | void | ) |
References board_init(), delay_init, delay_ms, IOPORT_DIR_INPUT, IOPORT_DIR_OUTPUT, ioport_get_port_level(), ioport_init(), IOPORT_MODE_PULLUP, IOPORT_PIN_LEVEL_HIGH, ioport_set_port_dir(), ioport_set_port_level(), ioport_set_port_mode(), ioport_toggle_port_level(), sysclk_get_cpu_hz(), and sysclk_init().