qiu dehua / Mbed 2 deprecated GT_MOTOR_24NM_V03

Dependencies:   mbed Hobbyking_Cheetah FastPWM3

FastMath/FastMath.h

Committer:
qiudehua
Date:
2022-05-10
Revision:
55:d57335792cb7
Parent:
0:4e1c4df6aabd

File content as of revision 55:d57335792cb7:

#ifndef __FASTMATH_H
#define __FASTMATH_H

#include "LUT.h"

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

#endif