Skip to content

Commit

Permalink
added sources
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFozzyFilms authored Oct 22, 2022
1 parent 8ae9927 commit ea83310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
Software for 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)

0 comments on commit ea83310

Please sign in to comment.