uint8_t型とunsigned char型に対応した多バイトシリアル通信用ライブラリ

Dependents:   multiserial_test serial_check_controller receiverA receiver_transmitter ... more

Revision:
17:5e2c78dbbd40
Parent:
14:a1ff72d48831
Child:
19:0acb5961827b
--- a/MultiSerial.h	Sat Sep 27 00:46:24 2014 +0000
+++ b/MultiSerial.h	Tue Oct 07 09:51:08 2014 +0000
@@ -101,6 +101,8 @@
         void stop_write();
         
         uint8_t readable_check();
+        
+        uint8_t re_first_bit();
 
     protected:
 
@@ -116,6 +118,8 @@
         
         volatile    uint8_t     __stop_read;
         volatile    uint8_t     __stop_write;
+        
+        volatile    uint8_t     __first_bit;
 
 };
 #endif
\ No newline at end of file