mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-27 23:29:01 -07:00
update spi, fix lcd error
This commit is contained in:
parent
2c40bcdd6f
commit
822a2e4f55
@ -4,11 +4,8 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
|
|
||||||
#if defined(__AVR_ATtiny85__) || defined(__AVR_ATtiny2313__) || defined(__AVR_ATtiny167__)
|
|
||||||
#include "TinyWireM.h" // include this if ATtiny85 or ATtiny2313
|
#include "TinyWireM.h" // include this if ATtiny85 or ATtiny2313
|
||||||
#else
|
|
||||||
#include <Wire.h> // original lib include
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// When the display powers up, it is configured as follows:
|
// When the display powers up, it is configured as follows:
|
||||||
//
|
//
|
||||||
|
@ -4,6 +4,7 @@ author=Arduino
|
|||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
|
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
|
||||||
paragraph=
|
paragraph=
|
||||||
|
category=Communication
|
||||||
url=http://www.arduino.cc/en/Reference/SPI
|
url=http://www.arduino.cc/en/Reference/SPI
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user