Console Serial IO con display OLED e seriale asincrona

Dependencies:   mbed BufferedSerial AserialIOFuncLib SSD1306 TerminalPlusV2

Fork of SerialIO by Max Scordamaglia

Console Serial IO con display OLED e seriale asincrona

Revision:
12:78f6112c900f
Parent:
10:5c406bde1edf
Child:
13:92303a41947a
--- a/main.cpp	Sun Aug 16 23:12:06 2015 +0000
+++ b/main.cpp	Sun Aug 16 23:14:03 2015 +0000
@@ -15,10 +15,10 @@
 genFunctions fnz;
 
 //var
-int cont=0;
+int dispType=0; //0:oled  1:lcd
 
 //------------ Funzioni -------------
-
+#include "macroDisp.h"
 #include "Functions.h"
 
 int main()