gyo

Revision:
2:1472e7c5317d
Parent:
1:8810976be033
Child:
4:3f384ebf4509
diff -r 8810976be033 -r 1472e7c5317d SBDBT.h
--- a/SBDBT.h	Sat May 06 02:32:51 2017 +0000
+++ b/SBDBT.h	Sat May 06 03:02:04 2017 +0000
@@ -12,13 +12,12 @@
         char length;
         char value;
         char position;
+        char *tmp;
+        char readable;
+        Serial *sr;
         
         public:
         char *data;
-        char *olddata;
-        char flag;
-        Serial *sr;
-        
         SBDBT(PinName, PinName);
         SBDBT(PinName, PinName, int);
         void getf();