Ks0229 keyestudio EASY plug Digital Green LED Module
Revision as of 14:53, 21 July 2017 by Keyestudio (talk | contribs) (Created page with "==EASY plug Digital Green LED Module== <br>500px|frameless|thumb<br> ==Introduction== This LED module emits shiny green light, ideal for Arduino starter...")
EASY plug Digital Green LED Module
Introduction
This LED module emits shiny green light, ideal for Arduino starters. It can be easily connected to IO/Sensor shield.
Note: this module needs to be used together with EASY plug control board. You can also choose other LED to emit different color of light like blue, red, yellow and white.
Specification
- Interface: Easy plug
- Sensor Type: Digital
- PH2.54 socket
- Enables interaction with light-related works
- Size: 33.7*20mm
- Weight: 5g
Connection Diagram
Sample Code
int led = 9; void setup() { pinMode(led, OUTPUT); //Set Pin9 as output } void loop() { digitalWrite(led, HIGH); //Turn on led delay(2000); digitalWrite(led, LOW); //Turn off led delay(2000); }
Resources
Datasheet http://www.keyestudio.com/files/index/download/id/1499912316/
Buy from
http://www.keyestudio.com/easy-plug-digital-green-led-module.html