loops, boot-time initialisation, option to run without attached UART. And.. it flies!
6 lines
63 B
C
6 lines
63 B
C
/* trig.h */
|
|
|
|
double cosine(double x);
|
|
double sine(double x);
|
|
|