FOC Implementation for putting multirotor motors in robots

Dependencies:   FastPWM3 mbed

FastMath/FastMath.h

Committer:
benkatz
Date:
2016-10-31
Revision:
14:80ce59119d93
Parent:
0:4e1c4df6aabd

File content as of revision 14:80ce59119d93:

#ifndef __FASTMATH_H
#define __FASTMATH_H

#include "LUT.h"

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

#endif