src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/button.h')
-rw-r--r--main/button.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/main/button.h b/main/button.h
deleted file mode 100644
index a6d1c80..0000000
--- a/main/button.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include "esp_err.h"
-
-// BOOT button polling task. Pin is hard-coded in button.c and may need
-// to be adjusted for the Waveshare ESP32-P4-ETH (see TODO in button.c).
-// Returns OK if the task started; the firmware keeps running either way.
-esp_err_t button_init(void);