update spi, fix lcd error

This commit is contained in:
Erik Kettenburg
2016-02-12 19:09:37 -08:00
parent 2c40bcdd6f
commit 822a2e4f55
4 changed files with 6 additions and 8 deletions

View File

@@ -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:
//