7 color flash LED Module (KY-034) [D010]
https://www.youtube.com/watch?v=TN4ByfN2Esk
*GitHub : https://github.com/rdiot/rdiot-d010.git
* Specs
Product Type: LED
Product Model: YB-3120B4PnYG-PM
Shape: Round LED 5mm DIP type
Color: pink yellow green (high brightness)
Lens type: white mist
Standard Forward Voltage :3.0-4 .5 V
* Contents
- Connect
S ----- D2
Middle ----- X
- ----- GND
- Key Code
int R = 2;
void setup()
{
Serial.begin(115200);
Serial.println("Arduino Examples - 7 Color Flash");
pinMode(R, OUTPUT);
digitalWrite(R, LOW);
}
void loop()
{
digitalWrite(R, HIGH); // on (for 5 Second)
delay(5000);
}
'3) Actuator > LED' 카테고리의 다른 글
Magic Cup Light Module (KY-027) [D020] (0) | 2016.09.18 |
---|---|
RGB LED Module SMD (KY-009) [D008] (0) | 2016.09.18 |
RGB LED Module DIP (KY-016) [D007] (0) | 2016.09.18 |
RGB LED (BL-L515) [D006] (0) | 2016.09.18 |
2 Color(R,G) LED Module (KY-011) [D005] (0) | 2016.09.18 |