Add Digispark Pro to MCUs using tinywirem

This commit is contained in:
Erik Tylek Kettenburg 2014-12-23 01:12:50 -08:00
parent 80a8414444
commit 3a65e107c1

View File

@ -8,7 +8,7 @@
#include <inttypes.h> #include <inttypes.h>
#include "Print.h" #include "Print.h"
#if defined(__AVR_ATtiny85__) || (__AVR_ATtiny2313__) #if defined(__AVR_ATtiny85__) || (__AVR_ATtiny2313__) || (__AVR_ATtiny167__)
#include "TinyWireM.h" // include this if ATtiny85 or ATtiny2313 #include "TinyWireM.h" // include this if ATtiny85 or ATtiny2313
#else #else
#include <Wire.h> // original lib include #include <Wire.h> // original lib include