You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
Load specific code fore 2026 Controls.
4
4
5
+
## Folder/ Directory Structure
6
+
7
+
-`.github` - GitHub config
8
+
-`.pio` - Platformio stuff
9
+
-`build` - Platformio build directory
10
+
-`libdeps` - Platformio libraries
11
+
-`.vscode` - VSCode config
12
+
-`docs` - documentation
13
+
-`config` - Doxygen config
14
+
-`doxygen-out` - Autogenerated Doxygen API dos
15
+
-`include` - Miscellaneous header files
16
+
-`LoadConfig.hpp` - Load specific configuration
17
+
-`lib` - Private libraries
18
+
-`2026-Controls-Core` - Common files - []`CalPolyWindPower/2026-Controls_Core`](<https://github.com/CalPolyWindPower/2026-Controls_Core>>)
19
+
-`MCP23008T` - I2C/ IO Expander / Variable load control register
20
+
-`CommonConfig.hpp` - Shared configuration
21
+
-`Tags.hpp` - Shared TAGS for ESP logging (?)
22
+
-`src` - Miscellaneous source files
23
+
-`test` - Where tests would go if he had them
24
+
-`platformio.ini` - Platformio config
25
+
5
26
## Related Repositories
6
27
7
28
-[This repo] Common Files (Include in Nacelle & Load as git sub-module): [`CalPolyWindPower/2026-Controls_Core`](https://github.com/CalPolyWindPower/2026-Controls_Core)(Included as a sub-module in both the nacelle & load side controller)
0 commit comments