Initial project structure
Set up directories for KiCad hardware, firmware, and documentation. Added .gitignore for KiCad and build artifacts.
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
# KiCad
|
||||
*.bak
|
||||
*-backups/
|
||||
*-cache.lib
|
||||
*-cache.dcm
|
||||
*.kicad_prl
|
||||
*.kicad_pcb-bak
|
||||
*~
|
||||
\#*#
|
||||
_autosave-*
|
||||
*.tmp
|
||||
fp-info-cache
|
||||
|
||||
# Gerber output
|
||||
gerbers/
|
||||
manufacturing/
|
||||
|
||||
# Build artifacts
|
||||
firmware/build/
|
||||
firmware/.pio/
|
||||
*.o
|
||||
*.elf
|
||||
*.hex
|
||||
*.bin
|
||||
*.map
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
@@ -1,3 +1,35 @@
|
||||
# SN-L00
|
||||
|
||||
Eurorack latency testing module
|
||||
Eurorack latency testing module by SubModular.
|
||||
|
||||
## Overview
|
||||
|
||||
SN-L00 measures round-trip latency in Eurorack signal chains. Useful for testing delay through effects, digital modules, audio interfaces, and DAW processing.
|
||||
|
||||
## Project Structure
|
||||
|
||||
```
|
||||
hardware/
|
||||
kicad/ # Schematics and PCB
|
||||
panel/ # Front panel design
|
||||
firmware/ # Microcontroller code (if applicable)
|
||||
docs/ # Documentation and user manual
|
||||
```
|
||||
|
||||
## Specifications
|
||||
|
||||
- Width: TBD HP
|
||||
- Power: TBD mA (+12V), TBD mA (-12V)
|
||||
- Depth: TBD mm
|
||||
|
||||
## Status
|
||||
|
||||
Early development - concept phase.
|
||||
|
||||
## License
|
||||
|
||||
TBD
|
||||
|
||||
---
|
||||
|
||||
*SubModular - Eurorack hardware by Sub-Net e.U.*
|
||||
|
||||
Reference in New Issue
Block a user