Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
GPIO.h
Go to the documentation of this file.
1
19
#ifndef GPIO_H
20
#define GPIO_H
21
#if defined(AVR)
22
#include "
Hardware/AVR/GPIO.h
"
23
#elif defined(SAM)
24
#include "
Hardware/SAM/GPIO.h
"
25
#endif
26
#endif
GPIO.h
GPIO.h
src
GPIO.h
Generated on Sat Oct 14 2017 16:03:22 for Arduino-GPIO by
1.8.11