adding folder structure and READMEs

This commit is contained in:
2025-05-21 16:55:03 +07:00
parent 9fd6816f41
commit 9447812de0
34 changed files with 205 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
# /firmware
Microcontroller firmware source code and libraries.
+3
View File
@@ -0,0 +1,3 @@
# /firmware/include
Header files for the firmware.
+3
View File
@@ -0,0 +1,3 @@
# /firmware/lib
External libraries used in firmware.
+3
View File
@@ -0,0 +1,3 @@
# /firmware/src
Main firmware source code.