Skip to content

Commit 387563e

Browse files
committed
add comments
1 parent dea0339 commit 387563e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/MHZ19X_error_t.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
enum class MHZ19X_error_t {
88
// Represents a value that is neither success nor failure.
99
none = -1,
10+
11+
// Represents that the operation was successfully completed.
1012
success = 0,
13+
1114
uart_write_failure,
1215
uart_read_timeout,
1316
uart_read_failure,
17+
1418
returnvalue_startbyte_mismatch,
1519
returnvalue_commandbyte_mismatch,
1620
returnvalue_checksum_mismatch,

0 commit comments

Comments
 (0)