Motor control for robots. More compact, less object-oriented revision.

Dependencies:   FastPWM3 mbed-dev-f303

Fork of Hobbyking_Cheetah_V1 by Ben Katz

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers FastMath.h Source File

FastMath.h

00001 #ifndef __FASTMATH_H
00002 #define __FASTMATH_H
00003 
00004 #include "LUT.h"
00005 
00006 namespace FastMath{
00007     float FastSin(float theta);
00008     float FastCos(float theta);
00009     };
00010 
00011 #endif