Project C accelerometer

Fork of N5110 by Craig Evans

Files at this revision

API Documentation at this revision

Comitter:
eencae
Date:
Wed Sep 17 11:35:50 2014 +0000
Parent:
10:6f3abb40202b
Child:
12:022993561fd8
Child:
13:908644099648
Commit message:
Changed LED pin number to match custom PCB.

Changed in this revision

N5110.h Show annotated file Show diff for this revision Revisions of this file
--- a/N5110.h	Wed Jul 16 08:42:27 2014 +0000
+++ b/N5110.h	Wed Sep 17 11:35:50 2014 +0000
@@ -54,7 +54,7 @@
  #include "N5110.h"
  
   //    VCC,SCE,RST,D/C,MOSI,SCLK,LED
- N5110 lcd(p7,p8,p9,p10,p11,p13,p26);
+ N5110 lcd(p7,p8,p9,p10,p11,p13,p21);
  
  int main() {