First submit, make led blink

This commit is contained in:
2026-03-01 19:52:25 -05:00
parent 3b2b0a5078
commit d27b6e702f
12 changed files with 247 additions and 0 deletions

6
Provider/CMakeLists.txt Normal file
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.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(Provider)