1 Star 0 Fork 17

Dylan/无感浮点FOC开源库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FocDataBase.h 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
GuanGuan 提交于 2023-06-21 07:45 . V1.0.0
#ifndef _FOCDATABASE_H
#define _FOCDATABASE_H
#define SQRT3 1.73205080757f //根号3
#define SQRT3_2 (SQRT3 * 0.5f) //根号3除以2
#define SpeedToRads(A) (A * MOTOR_PLOES * 6.28f / 60.0f) //速度转化为角度
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/dylan215/foc_float.git
git@gitee.com:dylan215/foc_float.git
dylan215
foc_float
无感浮点FOC开源库
master

搜索帮助