Manchester
Diff: Manchester.cpp
- Revision:
- 1:11292d238e50
- Parent:
- 0:d5c75b0e5708
- Child:
- 2:de778df5892c
--- a/Manchester.cpp Wed May 17 07:52:15 2017 +0000
+++ b/Manchester.cpp Wed May 17 08:17:13 2017 +0000
@@ -35,7 +35,7 @@
* @param txPin Pin name of transmitter line
* rxPin Pin name of receiver line
* speed Communication bit rate in bits per second
- * tol Pulse width tolerance in %
+ * tol Pulse width tolerance (+/-) in %
* @retval
*/
Manchester::Manchester
@@ -147,7 +147,7 @@
/**
* @brief Receives message
* @note
- * @param msg A container to store the received message
+ * @param msg Container to store the received message
* @retval true On success
* false Otherwise
*/
@@ -187,7 +187,7 @@
/**
* @brief ISR to handle reception
- * @note Called on rise or fall on receiver line
+ * @note Called on signal rise or fall on receiver line
* @param
* @retval
*/
@@ -270,3 +270,4 @@
_state = ERROR; // Incomplete transmission
}
+