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 dea0339 commit 387563eCopy full SHA for 387563e
1 file changed
src/MHZ19X_error_t.hpp
@@ -7,10 +7,14 @@
7
enum class MHZ19X_error_t {
8
// Represents a value that is neither success nor failure.
9
none = -1,
10
+
11
+ // Represents that the operation was successfully completed.
12
success = 0,
13
14
uart_write_failure,
15
uart_read_timeout,
16
uart_read_failure,
17
18
returnvalue_startbyte_mismatch,
19
returnvalue_commandbyte_mismatch,
20
returnvalue_checksum_mismatch,
0 commit comments