Difference between revisions of "High Power Led Module"

From LinkSprite Playgound
Jump to: navigation, search
(Introduction)
(Schematics)
Line 3: Line 3:
  
 
[[File:High power LED module.jpg]]
 
[[File:High power LED module.jpg]]
 +
 +
== Features ==
 +
 +
Dimensions: 29×20×9.5mm
 +
 +
Net weight: 2.4g
  
 
== Schematics ==
 
== Schematics ==

Revision as of 03:01, 10 June 2014

Introduction

This is a high power LED module. It has five bright LEDs.

High power LED module.jpg

Features

Dimensions: 29×20×9.5mm

Net weight: 2.4g

Schematics

Application Ideas

test <syntaxhighlight lang="c"> /*

 Linker High Power LED
 the LED will turn on for 1s and then turn off for 1s, and so on.

 This example code is in the public domain.
*/

int LEDControlPin = 12; void setup() {

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

}

void loop() {

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

} </syntaxhighlight>

High Power LED link.jpg

How to buy

Here to buy High Power Led Module on store