From 382977ffcea6611fe9465eb252041a9a33e5f5f8 Mon Sep 17 00:00:00 2001 From: Cody Ardoin Date: Sun, 22 Dec 2024 00:35:57 -0600 Subject: [PATCH] Added layout --- LAYOUT.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 LAYOUT.md diff --git a/LAYOUT.md b/LAYOUT.md new file mode 100644 index 00000000..0766ff04 --- /dev/null +++ b/LAYOUT.md @@ -0,0 +1,24 @@ +``` +. +├── boards +│ ├── [board] +│ │ └── interface.cpp +│ ├── pinouts +│ │ ├── pins_arduino.h +│ │ └── [board].h +│ ├── [board].json +│ └── [board].ini +├── html +├── media +├── lib +│ ├── utility +│ └─ ... +├── include +│ └─ ... +├── src +│ ├── core +│ ├── modules +│ └── main.cpp +├── test +└── platformio.ini +``` \ No newline at end of file