Initial commit

This commit is contained in:
sebgab 2025-06-18 19:44:48 +00:00
commit 293e779aa6
5 changed files with 29 additions and 0 deletions

6
Documentation/README.md Normal file
View File

@ -0,0 +1,6 @@
# Documentation
This folder should contain the documentation used for this project.
This includes any references, not a part of the datasheet linked
in symbols (for EDA), etc. or any calculations for the project.

3
Firmware/README.md Normal file
View File

@ -0,0 +1,3 @@
# Firmware
This folder should contain any firmware intended to be run on the project.

View File

@ -0,0 +1,3 @@
# Hardware - Electrical
This folder should contain the electrical design on the project in a subfolder.

View File

@ -0,0 +1,4 @@
# Hardware - Mechanical
This folder should contain the mechanical design for a project, if it is present.
If mechanical design is not needed for the project feel free to delete this folder.

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# PROJECT NAME HERE
## Background
Why does this project exist?
## Project specification
What does this project need to do?
## How to use
How do I use this project?