# ArduinoQuickStart **Repository Path**: plter/ArduinoQuickStart ## Basic Information - **Project Name**: ArduinoQuickStart - **Description**: 快速学会Arduino开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ArduinoQuickStart Arduino课程之快速学会Arduino开发 Arduino 是个很好玩的开源硬件平台,编程使用C语言,由于开发板编程逻辑都比较简单,并不会使用到C语言的复杂用法,所以简单易学。 # 课程 * 在线观看 [https://yunp.top/m/course/v/1101](https://yunp.top/m/course/v/1101) * 购买配套硬件 [https://item.taobao.com/item.htm?id=577952574800](https://item.taobao.com/item.htm?id=577952574800) # 开源地址 | 镜像 | 链接 | | --- | --- | | Github | [https://github.com/plter/ArduinoQuickStart](https://github.com/plter/ArduinoQuickStart) | | Gitee | [https://gitee.com/plter/ArduinoQuickStart](https://gitee.com/plter/ArduinoQuickStart) | | i2c 1602 | [https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library](https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library) | # 资源下载 * Arduino IDE 下载 [https://pan.baidu.com/s/13d2xHgKt4qr_kFJNPV1NHw](https://pan.baidu.com/s/13d2xHgKt4qr_kFJNPV1NHw) # 目录 1. 搭建开发环境 1. 在Windows平台搭建Arduino开发环境 1. 在Mac平台搭建Arduino开发环境 1. 在Ubuntu平台搭建Arduino开发环境 1. Arduino C/C++ 基本语法 1. 基于 Serial 的 Hello World 1. 变量与数据类型 1. 循环 1. 流程控制 1. 函数 1. 数组 1. 结构体 1. IO 1. 点亮 LED 1. LED 呼吸灯 1. 按钮 1. RGBLED 1. 蜂鸣器 1. I2C 1602 液晶屏 # 硬件列表 | 名称 | 数量 | | --- | --- | | Arduino UNO | 1 | | USB 数据线 | 1 | | 面包板 | 1 | | LED | 1 | | RGBLED | 1 | | 蜂鸣器 | 1 | | 10K 电阻 | 1 | | 杜邦线公对公 | 10 | | 杜邦线公对母 | 10 | | 杜邦线母对母 | 10 |