Skip to content

Commit

Permalink
Added layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rouing committed Dec 22, 2024
1 parent b5cd0ad commit 382977f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions LAYOUT.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 382977f

Please sign in to comment.