mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-27 23:29:01 -07:00
Add Digispark Pro to MCUs using tinywirem
This commit is contained in:
parent
80a8414444
commit
3a65e107c1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user