-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb81a2d
commit c7247af
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# Overview | ||
This section of the documentation goes in depth about all aspects of the PROVES kit and is generally formatted with these questions in mind: | ||
|
||
- What is in this part of the PROVES Kit? | ||
- Why is it part of the kit? | ||
- How do you use it? | ||
|
||
When we think about the PROVES Kit we generally split our thoughts into hardware related and software related needs. Hardware covers all of the physical aspects of the kit, ranging from the structure to all of the electronics that make it go. Software covers flight software, operations software, and also the testing scripts that help to validate the kit. | ||
|
||
## Looking for Helpful Links? | ||
Make sure to check out the [quick reference section](https://docs.proveskit.space/en/latest/core_documentation/quick_reference/) for some of our favorite external resources! | ||
|
||
# Table of Contents | ||
- [Hardware](hardware/index.md) | ||
- [Structure](hardware/1U_structure.md) | ||
- [Flight Controller Board](hardware/FC_board.md) | ||
- [Electrical Power System Board](hardware/battery_board.md) | ||
- [Software](software/index.md) | ||
- [Software](software/pysquared.md) | ||
|