Modified Motor Driver Firmware to include Flash + Thermal
Dependencies: FastPWM3 mbed-dev-STM-lean
FastMath/FastMath.h
- Committer:
- benkatz
- Date:
- 2017-03-02
- Revision:
- 21:7d1f0a206668
- Parent:
- 0:4e1c4df6aabd
File content as of revision 21:7d1f0a206668:
#ifndef __FASTMATH_H #define __FASTMATH_H #include "LUT.h" namespace FastMath{ float FastSin(float theta); float FastCos(float theta); }; #endif