Difference between revisions of "Colored LED"

From Microduino Wiki
Jump to: navigation, search
(Created page with " {| style="width: 800px;" |- | ==Objective== This tutorial will show you the way to use Microduino colored LED. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino...")
 
m (insert the link to the code page)
Line 20: Line 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==

Revision as of 12:06, 7 August 2015

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:

MicroduinoFancyLight.png

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.

MicroduinoFancyLight2.png


Step 4: It will change color constantly.

MicroduinoFancyLight3.png


Result

You can control the color of the LED light.

Video