customizing code for Aliexpress 14 bit version with MA702

Dependencies:   mbed FastPWM3

FastMath/FastMath.h

Committer:
ahmed_lv
Date:
2020-11-10
Revision:
52:af0f52e2ecda
Parent:
0:4e1c4df6aabd

File content as of revision 52:af0f52e2ecda:

#ifndef __FASTMATH_H
#define __FASTMATH_H

#include "LUT.h"

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

#endif