diff --git a/Hardware.md b/Hardware.md index e69de29..6eddab7 100644 --- a/Hardware.md +++ b/Hardware.md @@ -0,0 +1,41 @@ +# Hardware + +## Classification + +Hardware / firmware workspace. + +## Structure Signals + +- `.vscode` (3 files) +- `(root)` (2 files) +- `.cursor` (1 files) +- `voice_assistant` (1 files) + +## File Type Signals + +- `.json` (3) +- `.mdc` (1) +- `.gitignore` (1) +- `.code` (1) +- `.ino` (1) + +## Build And Dependency Signals + +| Signal | Detail | +|---|---| +| Arduino sketches | voice_assistant/voice_assistant.ino | +| README files | README.md | + +## Project Tree Snapshot + +- .cursor/rules/byterover-rules.mdc +- .gitignore +- .vscode/c_cpp_properties.json +- .vscode/launch.json +- .vscode/settings.json +- example.code +- voice_assistant/voice_assistant.ino + +## Interpretation + +Treat this repo as hardware-affecting until proven otherwise. Add exact board revision, wiring, flashing command, and recovery procedure before release.