This commit is contained in:
Misaki
2025-08-22 21:54:18 +08:00
commit 49f03c6804
7 changed files with 2280 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
void app_main(void)
{
}
+2
View File
@@ -0,0 +1,2 @@
idf_component_register(SRCS "Bionic_sphere.c"
INCLUDE_DIRS ".")