We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6926a commit 0775096Copy full SHA for 0775096
βREADME.mdβ
@@ -84,10 +84,8 @@ doxygen Doxyfile
84
85
# 2) Build Sphinx HTML
86
cd ..
87
-sphinx-build -b html docs build/docs/html
88
-```
89
-
90
-Open `build/docs/html/index.html` in your browser. -->
+sphinx-build -b html docs build/docs/html
+``` -->
91
92
## Run an Example Application
93
βinclude/libserial/serial.hppβ
@@ -213,7 +213,7 @@ void setWriteTimeout(unsigned int timeout);
213
// void setNumberBits(NumBits num_bits);
214
// void setParity(Parity parity);
215
// void setStopBits(StopBits stop_bits);
216
-// void setTimeOut(int time);
+
217
218
private:
219
/**
0 commit comments