Romi32U4 library
|
#include <avr/io.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | FastGPIO::Pin< pin > |
class | FastGPIO::PinLoan< pin > |
FastGPIO is a C++ header library for efficient AVR I/O.
For an overview of the features of this library, see https://github.com/pololu/fastgpio-arduino. That is the main repository for this library, though copies may exist in other repositories.
The FastGPIO::Pin class provides static functions for manipulating pins. See its class reference for more information.
Definition in file FastGPIO.h.