File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ The serial port should already be initialised when initialising this library.
68
68
RUI3 (Stream &serial1, Stream &serial);
69
69
```
70
70
### Parameters:
71
- @param serial1 Serial for responses from RUI3 module: WisDuo ==> host MCU
72
- @param serial Serial for communication with RUI3 module : host MCU ==> debug console
71
+ @param serial1 Serial for communication with RUI3 module: WisDuo < ==> host MCU
72
+ @param serial Serial for debug : host MCU < ==> debug console
73
73
74
74
### Usage:
75
75
```cpp
Original file line number Diff line number Diff line change @@ -330,9 +330,9 @@ <h2 class="memtitle"><span class="permalink"><a href="#a4f62f64d335005699f9134fc
330
330
< div class ="ttc " id ="aclass_r_u_i3_html "> < div class ="ttname "> < a href ="class_r_u_i3.html "> RUI3</ a > </ div > < div class ="ttdef "> < b > Definition</ b > rui3_at.h:102</ div > </ div >
331
331
</ div > <!-- fragment --> < dl class ="params "> < dt > Parameters</ dt > < dd >
332
332
< table class ="params ">
333
- < tr > < td class ="paramname "> serial1</ td > < td > Serial for responses from < a class ="el " href ="class_r_u_i3.html "> RUI3</ a > module: WisDuo ==> host MCU < br />
333
+ < tr > < td class ="paramname "> serial1</ td > < td > Serial for communication with < a class ="el " href ="class_r_u_i3.html "> RUI3</ a > module: WisDuo < ==> host MCU < br />
334
334
</ td > </ tr >
335
- < tr > < td class ="paramname "> serial</ td > < td > Serial for communication with < a class =" el " href =" class_r_u_i3.html " > RUI3 </ a > module : host MCU ==> debug console</ td > </ tr >
335
+ < tr > < td class ="paramname "> serial</ td > < td > Serial for debug : host MCU < ==> debug console</ td > </ tr >
336
336
</ table >
337
337
</ dd >
338
338
</ dl >
Original file line number Diff line number Diff line change @@ -101,20 +101,20 @@ typedef struct _p2p_settings
101
101
class RUI3
102
102
{
103
103
public:
104
- /* *
105
- * @brief Construct a new RUI3 object
106
- * A simplified constructor taking only a Stream ({Software/Hardware}Serial) object.
104
+ /* *
105
+ * @brief Construct a new RUI3 object
106
+ * A simplified constructor taking only a Stream ({Software/Hardware}Serial) object.
107
107
* The serial port should already be initialised when initialising this library.
108
- *
109
- * ```cpp
110
- * RUI3(Stream &serial1, Stream &serial);
111
- * ```
112
- * @param serial1 Serial for responses from RUI3 module: WisDuo ==> host MCU
113
- * @param serial Serial for communication with RUI3 module : host MCU ==> debug console
114
- *
115
- * @par Usage
116
- * @code
117
- * RUI3 wisduo(Serial1, Serial);
108
+ *
109
+ * ```cpp
110
+ * RUI3(Stream &serial1, Stream &serial);
111
+ * ```
112
+ * @param serial1 Serial for communication with RUI3 module: WisDuo < ==> host MCU
113
+ * @param serial Serial for debug : host MCU < ==> debug console
114
+ *
115
+ * @par Usage
116
+ * @code
117
+ * RUI3 wisduo(Serial1, Serial);
118
118
* @endcode
119
119
*/
120
120
RUI3 (Stream &serial1, Stream &serial);
You can’t perform that action at this time.
0 commit comments