Initial Release

This commit is contained in:
krzychb
2017-07-23 21:00:09 +02:00
commit 8830ada34f
15 changed files with 571 additions and 0 deletions

9
Makefile Normal file
View File

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