first commit

This commit is contained in:
2022-09-01 10:23:22 +02:00
parent 5022320079
commit 3cda7df84b
10 changed files with 1614 additions and 0 deletions

8
hello_world/Makefile Normal file
View File

@@ -0,0 +1,8 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := hello_world
include $(IDF_PATH)/make/project.mk