#ifndef BOARD_INPUT_H #define BOARD_INPUT_H #include "esp_err.h" /** * Button (log on press) and LiPo ADC sampling (log every 10 s). * TODO: Pin assignments come from powerpod.h and may not match final hardware yet. */ esp_err_t board_input_init(void); #endif