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

Files at this revision

API Documentation at this revision

Comitter:
MaxScorda
Date:
Sun Aug 16 23:14:03 2015 +0000
Parent:
11:b57dee0f344e
Child:
13:92303a41947a
Commit message:
comm3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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()