gyo

Revision:
0:afe58893bfe7
Child:
1:8810976be033
diff -r 000000000000 -r afe58893bfe7 SBDBT.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SBDBT.h	Sat May 06 02:12:51 2017 +0000
@@ -0,0 +1,27 @@
+#ifndef INCLUDED_SBDBT_h_
+#define INCLUDED_SBDBT_h_
+#include "mbed.h"
+
+namespace raven
+{
+    
+    class SBDBT
+    {
+        private:
+        char i;
+        
+        public:
+        char data[8];
+        char olddata[8];
+        char flag;
+        Serial *sr;
+        
+        SBDBT(PinName, PinName);
+        char check();
+        void getd();
+        ~SBDBT();
+    };
+    
+    
+}//namespace
+#endif
\ No newline at end of file