We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c7fc4 commit 267e0a2Copy full SHA for 267e0a2
1 file changed
lib/application_business_rules/serial_interface/serial_port.hpp
@@ -33,7 +33,7 @@ void initialize();
33
/**
34
* Reads a line from serial port.
35
*
36
- * Interprets the end of line as `\n`.
+ * Expects the end of line to be `\n`.
37
* It will wait for data for the duration of the timeout.
38
* \returns an empty string in case no data is read
39
*/
@@ -42,7 +42,7 @@ String readLine();
42
43
* Gets a line from serial port.
44
45
46
* \returns an object that does not contain a value in case no data is already available.
47
48
std::optional<String> getLine();
0 commit comments