Revision:
3:6d9d5cae1db7
Parent:
0:6d5cb677f22b
Child:
4:c8be6b1554d9
--- a/kbt.h	Sat Apr 14 03:31:00 2018 +0000
+++ b/kbt.h	Sun Aug 19 04:39:34 2018 +0000
@@ -36,12 +36,14 @@
     void init(long baudrate);
     bool button(int num);
     int stick(int num);
-
+    void putc(int val);
+    
 private :
     Serial bt;
+    
     bool start;
     int stopcheck;
-    int val;  
+    int val;
     int count;
     int bitbox[8];
     int data[8];
@@ -51,7 +53,7 @@
     void bitcheck();
     void intSerial();
     void numinit();
-
+    
 };
 
 #endif