Funzioni di IO varie con seriale asincrona

Dependents:   Nucleo_AsyncSerialIO

Fork of IOFuncLib by Max Scordamaglia

Revision:
3:6c6446382bb2
Parent:
2:8e723d99838e
Child:
4:eae942db86db
--- a/IOFuncLib.h	Thu May 28 14:52:10 2015 +0000
+++ b/IOFuncLib.h	Sun May 31 22:00:17 2015 +0000
@@ -1,5 +1,6 @@
 #ifndef IOFUNCLIB_H
 #define IOFUNCLIB_H
+#include <string>
 
 #include "mbed.h"
 
@@ -37,4 +38,15 @@
     char svec[80][24] ;
 };
 
+class genFunctions
+{
+public:
+    //genFunctions();
+    char* xsubstr(char* arr, int begin, int len);
+    string addEOS(string sttde) ;
+    string subEOS(string sttde) ;
+    char* string2char(string sttde);
+private:
+};
+
 #endif