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:
Fri Aug 12 22:40:35 2016 +0000
Parent:
43:38660090e6e4
Child:
45:58713cc78010
Commit message:
First and last good revision

Changed in this revision

choiceFunctions.h Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/choiceFunctions.h	Thu Jan 14 22:11:55 2016 +0000
+++ b/choiceFunctions.h	Fri Aug 12 22:40:35 2016 +0000
@@ -389,7 +389,7 @@
         case 1: //function
             funcOut("f", "f"+sstr.substr(2,1));
             break;
-        case 22: //onoff
+        case 2: //onoff
             if (sstr.substr(2,1)=="1") StartfuncOut();
             else  StopfuncOut();
             break;
--- a/mbed.bld	Thu Jan 14 22:11:55 2016 +0000
+++ b/mbed.bld	Fri Aug 12 22:40:35 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b0220dba8be7
\ No newline at end of file