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,6 @@
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(blink)