Added directory strcture with README

This commit is contained in:
2025-11-27 12:59:57 -05:00
parent 583f7c09ac
commit d4184f0247
6 changed files with 18 additions and 0 deletions

5
datasheets/README.md Normal file
View File

@@ -0,0 +1,5 @@
#datasheets
Compoent datasheets organized by manufcturer-part-no.
Structure matches 'parts/' for easy reference.

3
doc/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Documentation
Project documentation

3
hardware/README.md Normal file
View File

@@ -0,0 +1,3 @@
#Hardware Files
Kicad project files

1
parts/README.md Normal file
View File

@@ -0,0 +1 @@
# Component Library

3
release/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Release Files
Generated manufacturing files for the current hardware revision.

3
scripts/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Automation Scripts
Utility scripts for project management.