仪表盘
版本库
文件存储
活动
搜索
登录
main
/
Lawnmower_STM32H7
割草机单片机工程
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增PWM控制,蓝牙功能
liuzhigang
9 天以前
3865a9ec37dd7d2991672ed479646755fb2625fc
[Lawnmower_STM32H7.git]
/
STM32H743
/
Drivers
/
CMSIS
/
DSP
/
DSP_Lib_TestSuite
/
RefLibs
/
src
/
BasicMathFunctions
/
BasicMathFunctions.c
1
2
3
4
5
6
7
8
9
10
#include "abs.c"
#include "add.c"
#include "dot_prod.c"
#include "mult.c"
#include "negate.c"
#include "offset.c"
#include "scale.c"
#include "shift.c"
#include "sub.c"