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 ee44b6f commit faed0d4Copy full SHA for faed0d4
1 file changed
src/drivers/Cst816s.cpp
@@ -19,8 +19,8 @@ Cst816S::Cst816S(TwiMaster& twiMaster, uint8_t twiAddress) : twiMaster {twiMaste
19
20
void Cst816S::Init() {
21
nrf_gpio_cfg_output(pinReset);
22
- nrf_gpio_pin_set(pinReset);
23
- vTaskDelay(50);
+ //nrf_gpio_pin_set(pinReset);
+ //vTaskDelay(5);
24
nrf_gpio_pin_clear(pinReset);
25
vTaskDelay(5);
26
nrf_gpio_pin_set(pinReset);
0 commit comments