added simple tutorials, modified RESET pin

This commit is contained in:
JP
2014-06-09 11:01:47 +10:00
parent 8db48a9538
commit 8ebf545e08
4 changed files with 353 additions and 5 deletions

View File

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