first working firmware

This commit is contained in:
2020-12-01 23:21:18 +01:00
parent 3065e0d061
commit f00495a322
9 changed files with 3153 additions and 0 deletions

8
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 := internal_communication
include $(IDF_PATH)/make/project.mk