adding folder structure and READMEs

This commit is contained in:
2025-05-21 16:55:03 +07:00
parent 9fd6816f41
commit 9447812de0
34 changed files with 205 additions and 1 deletions

3
hardware/README.md Normal file
View File

@@ -0,0 +1,3 @@
# /hardware
Electrical design files including schematics, PCB layout, BOM, and simulations.

3
hardware/bom/README.md Normal file
View File

@@ -0,0 +1,3 @@
# /hardware/bom
Bill of Materials in CSV or spreadsheet format.

View File

@@ -0,0 +1,3 @@
# /hardware/manufacturing
Gerbers, pick-and-place files, and drill files.

3
hardware/pcb/README.md Normal file
View File

@@ -0,0 +1,3 @@
# /hardware/pcb
PCB layout design files.

View File

@@ -0,0 +1,3 @@
# /hardware/schematics
KiCad or other EDA schematic files.

View File

@@ -0,0 +1,3 @@
# /hardware/simulations
Simulation files for circuit behavior (e.g., SPICE).