Update pins_arduino.h

This commit is contained in:
Erik Tylek Kettenburg 2016-02-12 11:11:03 -08:00
parent 40be695f81
commit c16eb3cf70

View File

@ -27,6 +27,10 @@
#define ATTINYX7 1
#ifndef __AVR_ATtiny167__
#define __AVR_ATtiny167__
#endif
#define SERIAL_BUFFER_SIZE 16
#include <avr/pgmspace.h>