mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-06 18:16:58 +01:00
added simple tutorials, modified RESET pin
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
#define swap(a, b) { uint8_t t = a; a = b; b = t; }
|
||||
|
||||
#define DC 8
|
||||
#define RESET 12
|
||||
#define RESET 7
|
||||
#define OLEDPWR 4
|
||||
|
||||
// SS, SCK, MOSI already defined by original pins_arduino.h
|
||||
//#define CS 10
|
||||
|
||||
Reference in New Issue
Block a user