Create project structure
This commit is contained in:
1
main/CMakeLists.txt
Normal file
1
main/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
idf_component_register(SRCS "main.c")
|
||||
8
main/main.c
Normal file
8
main/main.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
*/
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user