From 9608200f91c472bc0447ad0e8353e27360adde95 Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Mon, 24 Oct 2022 15:24:34 +0300 Subject: [PATCH] global: remove timers --- esp-vent-main/.cproject | 27 +-- esp-vent-main/inc/I2C.h | 2 +- esp-vent-main/inc/StateHandler/StateHandler.h | 2 +- esp-vent-main/inc/SwitchController.h | 3 +- esp-vent-main/inc/Timer.h | 5 +- esp-vent-main/src/I2C.cpp | 199 ++++++++++-------- esp-vent-main/src/PressureWrapper.cpp | 2 +- .../src/StateHandler/StateHandler.cpp | 11 +- esp-vent-main/src/SwitchController.cpp | 43 +--- esp-vent-main/src/Timer.cpp | 15 +- esp-vent-main/src/esp-vent-main.cpp | 25 +-- 11 files changed, 149 insertions(+), 185 deletions(-) diff --git a/esp-vent-main/.cproject b/esp-vent-main/.cproject index 40c5924..99019c9 100644 --- a/esp-vent-main/.cproject +++ b/esp-vent-main/.cproject @@ -41,14 +41,6 @@ - - - - - - - -