Initial Commit

This commit is contained in:
Tido Klaassen 2018-08-20 19:13:26 +02:00
commit 8d8f5dd37e
10 changed files with 9368 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 := esp32-gameboy-printer
include $(IDF_PATH)/make/project.mk