arduino之hello world-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3371|回复: 0

arduino之hello world

[复制链接]
发表于 2018-4-17 14:01 | 显示全部楼层 |阅读模式
总操作流程:
1、编写代码;
2、上传编译代码;
3、查看效果;



编写代码


  • void setup() {  
  •   Serial.begin(9600); //初始化串口,波特率为9600  
  • }  
  • void loop() {  
  •   Serial.println("hello, world"); //向串口打印字符串  
  • }


上传编译代码
1.png


查看效果
2.png 3.png



您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 16:36 , Processed in 0.075112 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表