提交 dea34be0 编写于 作者: mysterywolf's avatar mysterywolf 提交者: mysterywolf

[stm32l475-pandora] update readme

上级 91ba9093
......@@ -134,7 +134,7 @@ msh >
## 注意事项
暂无
关于ST-Link无法升级的问题请参考:https://github.com/armink/HackSTLinkUpgrade
## 联系人信息
......
......@@ -154,5 +154,5 @@ Arduino的 analogWrite 函数虽为模拟写,但是实际输出的是PWM数字
在潘多拉板上,使用PA4来当做真模拟输出功能引脚,使用方法为:
```c
analogWrite(DAC0, 1024); // STM32的DAC分辨率为12位,因此第二个参数范围可以为0-4095
analogWrite(DAC0, 128);
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册