copy

Fork of 4DGL-uLCD-SE by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
krbng4180
Date:
Sun Mar 13 21:09:41 2016 +0000
Parent:
8:2cb1845d7681
Commit message:
it works

Changed in this revision

uLCD_4DGL_main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2cb1845d7681 -r 061279131e57 uLCD_4DGL_main.cpp
--- a/uLCD_4DGL_main.cpp	Wed Oct 28 14:52:48 2015 +0000
+++ b/uLCD_4DGL_main.cpp	Sun Mar 13 21:09:41 2016 +0000
@@ -23,7 +23,7 @@
 #define ARRAY_SIZE(X) sizeof(X)/sizeof(X[0])
 
 //Serial pc(USBTX,USBRX);
-
+extern Serial pc;
 
 //******************************************************************************************************
 uLCD_4DGL :: uLCD_4DGL(PinName tx, PinName rx, PinName rst) : _cmd(tx, rx),