Difference between revisions of "Colored LED"
From Microduino Wiki
m (insert the link to the code page) |
|||
Line 14: | Line 14: | ||
− | *Other | + | *Other hardware equipment: |
− | **USB cable | + | **1x USB cable |
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 | + | Copy it to your Microduino IDE environment. |
==Debugging== | ==Debugging== | ||
− | Step 1: | + | Step 1: Insert LED light into D6 pin of Microduino-SensorHub. |
[[File:MicroduinoFancyLight.png|600px|center|thumb]] | [[File:MicroduinoFancyLight.png|600px|center|thumb]] | ||
− | |||
Step 2: | Step 2: | ||
− | + | Connect the Microduino-CoreUSB to your PC with the USB cable and upload the code. | |
[[File:MicroduinoFancyLight1.png|600px|center|thumb]] | [[File:MicroduinoFancyLight1.png|600px|center|thumb]] | ||
Line 41: | Line 40: | ||
Step 4: | Step 4: | ||
− | It will change | + | It will change colors constantly. |
[[File:MicroduinoFancyLight3.png|600px|center|thumb]] | [[File:MicroduinoFancyLight3.png|600px|center|thumb]] | ||
Line 48: | Line 47: | ||
==Result== | ==Result== | ||
− | You can control the color of the LED light. | + | You can control the color of the LED light by editing the code. |
==Video== | ==Video== | ||
|} | |} |
Revision as of 03:13, 6 September 2015
ObjectiveThis tutorial will show you the way to use Microduino colored LED. Equipment
ProgramYou can find the code here: MicroduinoLEDColor Copy it to your Microduino IDE environment. DebuggingStep 1: Insert LED light into D6 pin of Microduino-SensorHub.
ResultYou can control the color of the LED light by editing the code. Video |