Difference between revisions of "Colored LED"

From Microduino Wiki
Jump to: navigation, search
Line 5: Line 5:
 
==Objective==
 
==Objective==
  
This tutorial will show you the way to use Microduino colored LED.  
+
This tutorial will show you how to use Microduino color LED.  
  
 
==Equipment==
 
==Equipment==
Line 21: Line 21:
  
 
You can find the code here: [https://github.com/Microduino/Microduino_Tutorials/blob/master/mCookie_sensor/MicroduinoLEDColor/MicroduinoLEDColor.ino MicroduinoLEDColor]
 
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 03:14, 6 September 2015

Objective

This tutorial will show you how to use Microduino color LED.

Equipment


  • Other hardware equipment:
    • 1x USB cable


Program

You can find the code here: MicroduinoLEDColor

Debugging

Step 1: Insert LED light into D6 pin of Microduino-SensorHub.

MicroduinoFancyLight.png


Step 2: Connect the Microduino-CoreUSB to your PC with the USB cable and upload the code.


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

MicroduinoFancyLight2.png


Step 4: It will change colors constantly.

MicroduinoFancyLight3.png


Result

You can control the color of the LED light by editing the code.

Video