-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
4 additions
and
6 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,10 +1,8 @@ | ||
# Rocketry-Club | ||
Software for model rocket | ||
Software for TVC controlled model rocket | ||
Includes: PID control, Madgwick filter | ||
|
||
# Hardware sources | ||
Arduino/teensy interrupts: https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/ | ||
|
||
# Software Sources | ||
Linking C files using GCC: https://randerson112358.medium.com/link-c-programs-7282712fca1f | ||
(this may be necessary to produce a single *c* $\rightarrow$ *.ino* file in order to upload onto teensy) | ||
https://github.com/bjohnsonfl/Madgwick_Filter | ||
https://forums.parallax.com/uploads/attachments/41167/106661.pdf | ||
http://www.olliw.eu/2013/imu-data-fusing/ |