saving esp samples

This commit is contained in:
Thomas von Dein
2020-04-03 21:23:38 +02:00
parent ea9468e9fc
commit 5b3b9fdfc9
31 changed files with 5837 additions and 0 deletions

View File

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