核心职能 Simple programs that demonstrate basic Arduino commands
简单的程序,演示基本的Arduino 命令
These are included with the Arduino environment; to open them, click the Open button on the toolbar and look in the examples folder
这些都包含在Arduino 环境,打开它们,单击工具栏上的打开按钮,并期待在 examples 文件夹
Basics 1
Basics BareMinimum : The bare minimum of code needed to start an Arduino sketch
BareMinimum :最低限度的代码需要启动一个 Arduino 草图
Blink : Turn an LED on and off
闪烁 :开启 LED 的开启和关闭
DigitalReadSerial : Read a switch, print the state out to the Arduino Serial Monitor
DigitalReadSerial :阅读交换机,打印到 Arduino 串行监视器的状态
AnalogReadSerial : Read a potentiometer, print it's state out to the Arduino Serial Monitor
AnalogReadSerial :阅读电位器,打印到 Arduino 串行监视器,它的状态
Fade : Demonstrates the use of analog output to fade an LED