搜索资源列表
IRremote
- 程序编程的首选工具,arduino的基础例程库,非常有用-Programming tool of choice, 51 routine basis
arduino 程序案例
- arduino 的入门案例,简单说明了arduino的入门基础,可以帮助初学者快速掌握arduino的编程(the examples of the arduino)
arduino
- 内包含arduino电路图教程,测试程序开发软件等资料(Included in the Arduino circuit diagram, test program development software, and so on)
例程1-Hello World!
- 让Arduino 接受到发的指令就显示“Hello World!”字符串(Let Arduino accept the instruction issued to display "Hello World!" String)
ARDUINO程序设计基础.pdf
- 学习资料 程序设计PDF 程序设计PDF(Learn data programming PDF program design PDF.)
Arduino语言以及程序结构
- 文章目录 1.前言 2.Arduino语言以及程序结构 3.语言基础 3.1 数据类型 3.1.1 常量 3.1.2 变量 3.1.2.1 整型 3.1.2.2 浮点型 3.1.2.3 字符型 3.1.2.4 布尔型 3.1.2.5 数组 3.1.2.6 字符串 3.1.3 常见运算符 3.1.4 三大组织结构 3.1.4.1 顺序结构 3.1.4.2 选择结构 3.1.4.3 循环结构 4.总结