“Colored LED”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(Created page with " {| style="width: 800px;" |- | ==Objective== This tutorial will show you the way to use Microduino colored LED. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino...")
 
(insert the link to the code page)
第20行: 第20行:
 
==Program==
 
==Program==
  
 +
You can find the code here: [https://github.com/Microduino/Microduino_Tutorials/blob/master/mCookie_sensor/MicroduinoLEDColor/MicroduinoLEDColor.ino MicroduinoLEDColor]
 +
Copy it to your Microduino IDE environment
  
 
==Debugging==
 
==Debugging==

2015年8月7日 (五) 12:06的版本

Objective

This tutorial will show you the way to use Microduino colored LED.

Equipment


  • Other Hardware Equipment
    • USB cable One


Program

You can find the code here: MicroduinoLEDColor Copy it to your Microduino IDE environment

Debugging

Step 1:

Insert LED light into D6 pin of Microduino-SensorHub.


Step 2: Connectt your PC with USB cable, download the code and burn it to Microduino-CoreUSB.


Step 3: The LED light will go on after powering on.


Step 4: It will change color constantly.


Result

You can control the color of the LED light.

Video