Skip to content

Commit 3494b06

Browse files
committed
Update README.md
1 parent cbc71c6 commit 3494b06

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
Load specific code fore 2026 Controls.
44

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+
526
## Related Repositories
627

728
- [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

Comments
 (0)