5mm Yellow LED Module

From LinkSprite Playgound
Revision as of 09:44, 15 July 2016 by Alvin (talk | contribs) (Introduction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

Linker LED Module is designed for the beginners of Arduino/pcDuino to monitor controls from digital ports. It can be mounted to the surface of your box or desk easily and used as pilot lamp for power or signal. Its brightness can be adjust by potentiometer.


5mm Yellow LED 118101001-2 first.jpg

5mm Yellow LED 118101001-2 second.jpg

5mm Yellow LED 118101001-2 third.jpg

Features

Dimensions: 26.0×24.2×9.5mm

Net weight: 2g

Dimension

Led 5mm dimension.jpg

Schematics

Application Ideas

test <syntaxhighlight lang="c"> /*

 Blink
 Turns on an LED on for one second, then off for one second, repeatedly.

 This example code is in the public domain.
*/

void setup() {

 // initialize the digital pin as an output.
 pinMode(13, OUTPUT);     

}

void loop() {

 digitalWrite(13, HIGH);   // set the LED on
 delay(1000);              // wait for a second
 digitalWrite(13, LOW);    // set the LED off
 delay(1000);              // wait for a second

} </syntaxhighlight>

5mm yellow link.jpg

How to buy

Here to buy 5mm Yellow LED Module on store