summaryrefslogtreecommitdiff
path: root/fw/esp32/main/app_main.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-03-29 13:39:54 +0200
committerUros Majstorovic <majstor@majstor.org>2021-03-29 13:39:54 +0200
commit4566511371a8a80201c1adb0535cde722cbd9b48 (patch)
tree713ddf042dc19ba3d7517ea5957ddd2d7c802d62 /fw/esp32/main/app_main.c
parent3be79c828b4b9466fecb856b9ccf184304b852e0 (diff)
moved i2c from esp32 to fe310. added bq25895, drv2605 and lsm9ds1 i2c support
Diffstat (limited to 'fw/esp32/main/app_main.c')
-rw-r--r--fw/esp32/main/app_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fw/esp32/main/app_main.c b/fw/esp32/main/app_main.c
index 8374c45..145739c 100644
--- a/fw/esp32/main/app_main.c
+++ b/fw/esp32/main/app_main.c
@@ -13,7 +13,6 @@
#include "wifi.h"
#include "sock.h"
#include "power.h"
-#include "bq25895.h"
#define ESP_INTR_FLAG_DEFAULT 0
@@ -38,9 +37,6 @@ void app_main() {
eos_sock_init();
eos_power_init();
-
- eos_i2c_init();
- eos_bq25895_set_ilim();
}