This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Boards.h - Hardware Abstraction Layer for Firmata library */ | |
#ifndef Firmata_Boards_h | |
#define Firmata_Boards_h | |
#include <inttypes.h> | |
#if defined(ARDUINO) && ARDUINO >= 100 | |
#include "Arduino.h" // for digitalRead, digitalWrite, etc | |
#else |