更新 Docs/2024-12-06/README.md

main
翟帅帅 2024-12-06 15:22:06 +08:00
parent 30093dd738
commit 121d638ffa
1 changed files with 31 additions and 19 deletions

View File

@ -1,20 +1,32 @@
**一.完成UPBOT_FW代码重构** **一.完成UPBOT_FW代码重构**
1.修改函数的命名:
统一使用小驼峰命名; 1.修改函数的命名:
将部分带有PI前缀的函数删去PI前缀
2.数据类型重构: 统一使用小驼峰命名;
unsigned char 修改为 uint8_t;
unsigned short int 修改为 uint16_t; 将部分带有PI前缀的函数删去PI前缀
long 修改为 uint32_t;
long long 修改为 uint64_t 等。 2.数据类型重构:
在重构代码后在kail中尝试编译可以成功编译
unsigned char 修改为 uint8_t;
![image-20241206150218340](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202412061502396.png)
unsigned short int 修改为 uint16_t;
**二.尝试运行割草机器人**
可以正常使用键盘控制割草机器人移动。 long 修改为 uint32_t;
**三.小车** long long 修改为 uint64_t 等。
在深圳重新做一台小车已经用3D打印机打出来了所有的组装件。
在重构代码后在kail中尝试编译可以成功编译
![image-20241206150218340](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202412061502396.png)
**二.尝试运行割草机器人**
可以正常使用键盘控制割草机器人移动。
**三.小车**
在深圳重新做一台小车已经用3D打印机打出来了所有的组装件。
![2](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202412061503671.jpg) ![2](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202412061503671.jpg)