Loop once per 5 seconds.

Clean up CRC8 functions (style, no caps).
This commit is contained in:
Pim van Pelt
2018-04-02 21:50:30 +02:00
parent 97310e3e03
commit e4ed4d005d
3 changed files with 11 additions and 11 deletions

View File

@ -90,7 +90,7 @@ int main() {
for (;;) {
do_sht31(sht31);
do_si7021(si7021);
sleep(1);
sleep(5);
}
mgos_sht31_destroy(&sht31);