mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-17 17:32:25 -07:00
update spi, fix lcd error
This commit is contained in:
@@ -4,11 +4,8 @@
|
||||
#include <inttypes.h>
|
||||
#include "Arduino.h"
|
||||
|
||||
#if defined(__AVR_ATtiny85__) || defined(__AVR_ATtiny2313__) || defined(__AVR_ATtiny167__)
|
||||
#include "TinyWireM.h" // include this if ATtiny85 or ATtiny2313
|
||||
#else
|
||||
#include <Wire.h> // original lib include
|
||||
#endif
|
||||
#include "TinyWireM.h" // include this if ATtiny85 or ATtiny2313
|
||||
|
||||
|
||||
// When the display powers up, it is configured as follows:
|
||||
//
|
||||
|
Reference in New Issue
Block a user