Update pins_arduino.h

This commit is contained in:
Erik Tylek Kettenburg 2016-02-12 11:11:35 -08:00
parent c16eb3cf70
commit ab01715320

View File

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