Update pins_arduino.h

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

View File

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