You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/** @file pio.c
|
|
@author M. P. Hayes, UCECE
|
|
@date 11 Jan 2006
|
|
@brief PIO hardware abstraction for AVR microcontroller.
|
|
@note This implementation is empty; inline functions are used
|
|
in pio.h instead for performance.
|
|
*/
|
|
#include "system.h"
|
|
#include "pio.h"
|