#ifndef IMPL_BTN_H #define IMPL_BTN_H #include "esp_system.h" esp_err_t impl_btn_init(void); esp_err_t impl_btn_read(uint8_t *btn_status); #endif