this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Ha_BOD and committed by
GitHub
e1a14bdf ee498a34

+10 -13
+10 -13
README.md
··· 85 85 86 86 ### Repository structure 87 87 88 + 88 89 BaSIL/ 90 + ├── README.md 89 91 ├── hardware/ 90 - │ ├── kicad/ # Schematic & PCB files 91 - │ ├── bom/ # Bill of materials 92 - │ ├── enclosure/ # 3D models (STL, STEP) 93 - │ └── antennas/ # Textile antenna R&D (V2) 94 - ├── software/ 95 - │ ├── firmware/ 96 - │ │ └── base_badge/ # Zephyr project 97 - │ └── app/ # React Native companion 98 - ├── docs/ 99 - │ ├── tech_sheet.md # Full technical specification 100 - │ └── mockups/ # 2D/3D visuals 101 - ├── LICENSE 102 - └── README.md 92 + │ ├── BOM/ 93 + │ ├── PCB/ 94 + │ ├── 3D_files/ # Boitier 3D (STL, STEP) 95 + │ └── Antennas/ # Docs antennes textiles V2 96 + └── software/ 97 + └── firmware/ 98 + └── base_badge/ # Projet Zephyr principal 99 + └── app/ 103 100 104 101 105 102 ### Build your own