This website works better with JavaScript.
Explore
Help
Sign In
coolfactor
/
quadrotor
Watch
1
Star
0
Fork
You've already forked quadrotor
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Quadrotor from scratch
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
1
Branch
0
Tags
214 KiB
Tree:
8b3ff9feba
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8b3ff9feba'
${ noResults }
quadrotor
/
trig.h
6 lines
63 B
Raw
Normal View
History
Unescape
Escape
Lots of development of new features. Radio input, motor output, PID control loops, boot-time initialisation, option to run without attached UART. And.. it flies!
12 years ago
/* trig.h */
double
cosine
(
double
x
)
;
double
sine
(
double
x
)
;