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

Dependents:   multiserial_test serial_check_controller receiverA receiver_transmitter ... more

Revision:
20:9e14b87bfdac
Parent:
19:0acb5961827b
Child:
22:549436141003
Child:
26:0b108faf5d5a
--- a/MultiSerial.h	Tue Oct 14 08:58:39 2014 +0000
+++ b/MultiSerial.h	Tue Oct 14 10:11:18 2014 +0000
@@ -104,7 +104,7 @@
         
         uint8_t re_first_bit();
         
-        uint8_t check_rx();
+        void check_rx_wait();
 
     protected: