This website requires JavaScript.
Explore
Help
Register
Sign In
hulk
/
xlsw_3dp_ultrasonic_300K
Watch
1
Star
0
Fork
0
You've already forked xlsw_3dp_ultrasonic_300K
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
35
Commits
4
Branches
2
Tags
Commit Graph
5 Commits
Author
SHA1
Message
Date
yelvlab
8ad278f76b
规范第一版超声与红外代码函数,红外可以添加更多函数,待学习。同时修改CMakeList在生成bin与hex文件时的命名,以便区分。CMakeList与.h头文件的联动尚未实现。
2024-10-10 14:56:13 +08:00
yelvlab
485122c6df
用gd32e230的stdlib重写wbh的参考代码,并因为stm的stdlib和gd32的stdlib有很大差异,超时机制与flag验证差异较大,通过对比重新编写。
...
数据计算方式重新书写,两个8位数据的合并方式修改为位移,并且整体放大100倍(标准数据为((Data[1] << 8) | Data[0]) * 0.02 - 273.15)
2024-10-08 16:28:47 +08:00
yelvlab
9d7d0935ba
i2c function
2024-09-26 17:32:57 +08:00
yelvlab
a113fefbbe
add MLX90614 LIB
2024-09-26 10:09:05 +08:00
yelvlab
28a92dbd27
fix commit
2024-09-23 18:46:32 +08:00