zebra joint controller firmware (originally from MIT HKC motor controller by benkatz)

Dependencies:   mbed FastPWM3

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