Description
5points High Power LED, This is a high power LED module. It has five bright LEDs.
Item No. : KR04057
This is a high power LED module. It has five bright LEDs.
You may need : 4 Pin Mini GPU Connector (#KR20048) and Base Shield for pcDuino/ Arduino (#KR03049)
Pinout:
Koneksi dengan Arduino :
Vcc (Lampu) >> 5V (Arduino)
Gnd (Lampu) >> Gnd (Arduino)
NC >> tidak dihubungkan
IN >> Pin Digital No.7 (D7 Arduino)
Example Arduino code :
int pin=7,i=0; void setup() { // put your setup code here, to run once: pinMode(pin,OUTPUT);//Set the mode of gpio 9 to output } void loop() { // put your main code here, to run repeatedly: digitalWrite(pin,i++%2);//set pin9’s high and low Voltage high=1, low=0 delay(500); //Wait 500ms, led state change are displayed }
Video demonstrasi penggunaan module high power LED :