Difference between revisions of "5mm Green LED Module"
(Created page with "400px") |
(→Introduction) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[File: | + | ==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. | ||
+ | |||
+ | [[File:5mm Green LED 118101001-10 first.jpg| 640px]] | ||
+ | |||
+ | [[File:5mm Green LED 118101001-10 second.jpg| 640px]] | ||
+ | |||
+ | [[File:5mm Green LED 118101001-10 third.jpg| 640px]] | ||
+ | |||
+ | == Features == | ||
+ | |||
+ | Dimensions: 26.0×24.2×9.5mm | ||
+ | |||
+ | Net weight: 2g | ||
+ | |||
+ | == Dimension == | ||
+ | |||
+ | [[File:led 5mm dimension.jpg]] | ||
+ | |||
+ | ==Schematics== | ||
+ | |||
+ | *[https://s3.amazonaws.com/linksprite/LinkerKit/Linker_LED.pdf 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> | ||
+ | |||
+ | [[File:5mm green on.jpg]] | ||
+ | |||
+ | ==How to buy== | ||
+ | Here to buy 5mm Green LED Module on [http://store.linksprite.com/5mm-green-led-module-of-linker-kit-for-pcduino-arduino/ store] |
Latest revision as of 11:21, 15 July 2016
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.
Features
Dimensions: 26.0×24.2×9.5mm
Net weight: 2g
Dimension
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>
How to buy
Here to buy 5mm Green LED Module on store