More work on the ESP32C3 Boilerplate

This commit is contained in:
2026-06-27 20:00:17 -05:00
parent bb7aa5d5ca
commit 54ae1e66da
21 changed files with 833 additions and 146 deletions

5
include/custom_api.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void handlePing();
void handleAdd();
void handleLed();