summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.cpp
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-08-23 15:02:40 +0200
committerhubmartin <hub.martin@gmail.com>2021-08-23 15:02:40 +0200
commitdb50131ed49f2fdb639799ca12839862340f8396 (patch)
tree3e1c3e0f1cfddfefdc81f3b6b1e7e42ffc5dd50f /src/drivers/Cst816s.cpp
parentd832a6c908841be91838fc4165791a5953d6ba5b (diff)
Remove commented commands completely
Diffstat (limited to 'src/drivers/Cst816s.cpp')
-rw-r--r--src/drivers/Cst816s.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Cst816s.cpp b/src/drivers/Cst816s.cpp
index affc432f..2e70a469 100644
--- a/src/drivers/Cst816s.cpp
+++ b/src/drivers/Cst816s.cpp
@@ -19,8 +19,6 @@ Cst816S::Cst816S(TwiMaster& twiMaster, uint8_t twiAddress) : twiMaster {twiMaste
void Cst816S::Init() {
nrf_gpio_cfg_output(pinReset);
- //nrf_gpio_pin_set(pinReset);
- //vTaskDelay(5);
nrf_gpio_pin_clear(pinReset);
vTaskDelay(5);
nrf_gpio_pin_set(pinReset);