Files
zSoft/teensy3/Arduino.h

10 lines
139 B
C

// This header file is in the public domain.
#ifndef Arduino_h
#define Arduino_h
#include "WProgram.h"
#include "pins_arduino.h"
#endif