Minor changes in CCS811 driver (#542)
This commit is contained in:
parent
37230b2de6
commit
8325bb87c5
3 changed files with 11 additions and 3 deletions
examples/ccs811/ccs811_one_sensor
|
@ -174,5 +174,7 @@ void user_init(void)
|
|||
// start periodic measurement with one measurement per second
|
||||
ccs811_set_mode (sensor, ccs811_mode_1s);
|
||||
}
|
||||
else
|
||||
printf("Could not initialize the CCS811 sensor\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue