auto-measurements

Dependencies:   FastPWM3 mbed-dev

Fork of Hobbyking_Cheetah_Compact by Ben Katz

FastMath/FastMath.h

Committer:
benkatz
Date:
2017-10-02
Revision:
34:47a55f96fbc4
Parent:
0:4e1c4df6aabd

File content as of revision 34:47a55f96fbc4:

#ifndef __FASTMATH_H
#define __FASTMATH_H

#include "LUT.h"

namespace FastMath{
    float FastSin(float theta);
    float FastCos(float theta);
    };

#endif