Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
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