A basic library for RS485 communication

Dependencies:   BufferedSerial

Dependents:   mbed_blinko

Revision:
2:2701d79eba7c
Parent:
1:f7cead04d73e
Child:
3:9af77202cc27
--- a/RS485.h	Mon Feb 27 22:18:01 2017 +0000
+++ b/RS485.h	Sat May 13 03:57:20 2017 +0000
@@ -90,7 +90,7 @@
 
     /** calculate 8-bit CRC
     *  cyclic redundancy check
-    *  @param addr byte pointer of information to use (typical an char array)
+    *  @param addr byte pointer of information to use (typical an byte array)
     *  @param len length of byte of information were converting
     *  @return the CRC byte
     */