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 f4af672 commit 92d6798Copy full SHA for 92d6798
example-usage/scd4x_i2c_example_usage.c
@@ -62,18 +62,18 @@ int main(void) {
62
error = scd4x_wake_up();
63
if (error != NO_ERROR) {
64
printf("error executing wake_up(): %i\n", error);
65
- return error;
66
}
+
67
error = scd4x_stop_periodic_measurement();
68
69
printf("error executing stop_periodic_measurement(): %i\n", error);
70
71
72
error = scd4x_reinit();
73
74
printf("error executing reinit(): %i\n", error);
75
76
77
// Read out information about the sensor
78
error = scd4x_get_serial_number(serial_number, 3);
79
0 commit comments