bldc driver firmware based on hobbyking cheetah compact

Dependencies:   BLDC_V2 mbed-dev-f303 FastPWM3

Dependents:   BLDC_V2

FastMath/FastMath.h

Committer:
Wooden
Date:
2021-04-07
Revision:
48:a74e401a6d84
Parent:
0:4e1c4df6aabd

File content as of revision 48:a74e401a6d84:

#ifndef __FASTMATH_H
#define __FASTMATH_H

#include "LUT.h"

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

#endif