Add board input driver for button and LiPo ADC logging.

TODO: Hardware pinning in powerpod.h (TASTER_GPIO, V_LIPO_1/2_GPIO) does not
match final hardware yet — verify against schematic before production.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-19 00:16:40 +02:00
co-authored by Cursor
parent 80fb9cf55e
commit 1ad527119d
6 changed files with 227 additions and 1 deletions
+2
View File
@@ -23,6 +23,7 @@ idf_component_register(
"esp_now_comm.c"
"esp_now_proto.c"
"bosch456.c"
"board_input.c"
"proto/uart_messages.pb.c"
"proto/esp_now_messages.pb.c"
"proto/pb_encode.c"
@@ -40,6 +41,7 @@ idf_component_register(
esp_driver_gpio
esp_driver_uart
esp_driver_i2c
esp_adc
app_update
bma456)