Minor changes in CCS811 driver ()

This commit is contained in:
Gunar Schorcht 2018-01-20 13:02:31 +01:00 committed by Ruslan V. Uss
parent 37230b2de6
commit 8325bb87c5
3 changed files with 11 additions and 3 deletions
examples/ccs811/ccs811_one_sensor

View file

@ -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");
}