更新 Docs/2024-10-25/README.md
parent
dd381b4392
commit
afdca99460
|
@ -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)
|
|
Loading…
Reference in New Issue