更新 Docs/2024-10-25/README.md

main
翟帅帅 2024-10-25 12:56:23 +08:00
parent dd381b4392
commit afdca99460
1 changed files with 9 additions and 10 deletions

View File

@ -44,6 +44,15 @@ PlatformIO库管理的例子
此时在platformio.ini中加入下面的代码然后点击进行编译就可以在控制台看到结果。 此时在platformio.ini中加入下面的代码然后点击进行编译就可以在控制台看到结果。
![{5AA73C5D-0E01-45d3-8597-174674DD57FE}](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410231945949.png)
然后,发现库可以正常调用了:
![{89FCCDBD-97FC-4d14-BBCC-66DF69E3D2AF}](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410231947662.png)
在下面的路径下找到了TimerOne
![image-20241023194500197](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410231945275.png)
2.SolidWorks安装与使用 2.SolidWorks安装与使用
@ -233,13 +242,3 @@ void loop(){
与文档中的代码不一样在Interrupt_A()和Interrupt_B()中更新A/B相信号的代码中使用了==实际上应该是赋值语句所以改为了A=true。除此之外将这两个处理信号的函数设置在setup之前保证程序正常编译。 与文档中的代码不一样在Interrupt_A()和Interrupt_B()中更新A/B相信号的代码中使用了==实际上应该是赋值语句所以改为了A=true。除此之外将这两个处理信号的函数设置在setup之前保证程序正常编译。
![image-20241024181003880](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410241810948.png) ![image-20241024181003880](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410241810948.png)
![{5AA73C5D-0E01-45d3-8597-174674DD57FE}](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410231945949.png)
然后,发现库可以正常调用了:
![{89FCCDBD-97FC-4d14-BBCC-66DF69E3D2AF}](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410231947662.png)
在下面的路径下找到了TimerOne
![image-20241023194500197](https://raw.githubusercontent.com/wwjiefei/pictureBed/main/202410231945275.png)