mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 04:09:49 +03:00
Motor driver with feedback input (Airflow regulator Dospel)
items pulling reworked
This commit is contained in:
@@ -167,10 +167,10 @@ switch (cause) {
|
||||
{
|
||||
#ifndef CSSHDC_DISABLE
|
||||
case IN_CCS811:
|
||||
_ccs811.Poll();
|
||||
_ccs811.Poll(POLLING_SLOW);
|
||||
break;
|
||||
case IN_HDC1080:
|
||||
_hdc1080.Poll();
|
||||
_hdc1080.Poll(POLLING_SLOW);
|
||||
break;
|
||||
#endif
|
||||
#ifndef DHT_DISABLE
|
||||
|
||||
Reference in New Issue
Block a user