Skip to content

Instantly share code, notes, and snippets.

View billgathen's full-sized avatar

Bill Gathen billgathen

View GitHub Profile
@ykro
ykro / Boards.h
Last active October 11, 2015 06:16
Firmata Arduino zero Boards.h
/* 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