[应用相关] STM32duino.eu

[复制链接]
1274|28
 楼主| goodluck09876 发表于 2019-8-26 15:07 | 显示全部楼层
使用arduino 库方式,开发一个程序。
 楼主| goodluck09876 发表于 2019-8-26 15:08 | 显示全部楼层
 楼主| goodluck09876 发表于 2019-8-26 15:08 | 显示全部楼层
 楼主| goodluck09876 发表于 2019-8-26 15:09 | 显示全部楼层
 楼主| goodluck09876 发表于 2019-8-26 15:09 | 显示全部楼层
 楼主| goodluck09876 发表于 2019-8-26 15:10 | 显示全部楼层
// the setup function runs once when you press reset or power the board
void setup()
{
// initialize serial:
Serial.begin(9600);
}

// the loop function runs over and over again forever
void loop()
{
// send "Hello World" message through onboard USB-UART converter (STLink)
Serial.println("Hello World");
// wait one second
delay(1000);
}
 楼主| goodluck09876 发表于 2019-8-26 15:18 | 显示全部楼层
串口配置与发送!是不是很简单!
comparison 发表于 2019-8-26 15:32 | 显示全部楼层
感谢楼主分享!学习下
 楼主| goodluck09876 发表于 2019-8-26 17:12 | 显示全部楼层
comparison 发表于 2019-8-26 15:32
感谢楼主分享!学习下

这个开发过程应该很快!很方便!3D打印机什么的是不是都是这个开发的?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 在线客服 返回列表 返回顶部