Split driver-y things into a separate component

This commit is contained in:
jacqueline
2022-11-07 12:01:29 +11:00
parent b13a9793e1
commit 28d73ad866
21 changed files with 19 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
idf_component_register(
SRCS "main.cpp"
REQUIRES "drivers")