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

Dependents:   multiserial_test serial_check_controller receiverA receiver_transmitter ... more

Files at this revision

API Documentation at this revision

Comitter:
bousiya03
Date:
Tue Oct 14 10:11:18 2014 +0000
Parent:
19:0acb5961827b
Child:
21:f8802a69c1af
Child:
26:0b108faf5d5a
Commit message:
????????????????????????

Changed in this revision

MultiSerial.cpp Show annotated file Show diff for this revision Revisions of this file
MultiSerial.h Show annotated file Show diff for this revision Revisions of this file
--- a/MultiSerial.cpp	Tue Oct 14 08:58:39 2014 +0000
+++ b/MultiSerial.cpp	Tue Oct 14 10:11:18 2014 +0000
@@ -159,9 +159,11 @@
             return __first_bit;
             
             }
-        uint8_t MultiSerial::check_rx(){
+            
+        void MultiSerial::check_rx_wait(){
             
-            return __check_rx;
+                
+                if(__check_rx==0) NVIC_SystemReset();
             
             }
             
\ No newline at end of file
--- 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: