Ky 034 7 Color Flashing Led Module
Rs. 23.00 Rs. 28.00
- Product Code: SEN-LED
- Availability: In Stock
- For Bulk Order
9962060070
-7 Color Flashing LED Module is a module with an auto-flash led that can flash up to 7 colors.
-No programming needed.
-Just connect it with power supply and it’ll work.
Features:
-Working voltage: 3.0 -4. 5v
-5mm round head led.
-light color: pink, yellow, green (highlight)
-Lens type: white mist
| SPECIFICATIONS: | |
| Standard Forward Voltage | 3.0-4 .5 V |
| Shape | Round DIP type |
| Diameter(mm) | 5 |
| Color | pink yellow green (high brightness) |
| Lens type | white mist |
| Shipment Weight | 0.004 kg |
| Shipment Dimensions | 9 × 8 × 1 cm |
| OVERVIEW: | |
| Product Type | LED |
| Shape | Round LED 5mm DIP type |
| Color | pink yellow-green (high brightness) |
| Lens type | white mist |
| Standard Forward Voltage | 3.0-4 .5 V |
| ₹ 69.00 (inc GST) |
PACKAGE INCLUDES:
1 PCS x Ky 034 7 Color Flashing Led Module
//SOURCE CODE TAKEN FROM BELOW LINK
//https://sensorkit.en.joy-it.net/index.php?title=KY-034_7_Colour_LED_flash-module
int Led = 13;
void setup ()
{
pinMode (Led, OUTPUT); // Initialization of the LED output pin
}
void loop () // main program loop
{
digitalWrite (Led, HIGH); // LED will be switched on
delay (4000); // waitmode for 4 seconds
digitalWrite (Led, LOW); // LED will be switched off
delay (2000); // waitmode for another 2 seconds
}
15 days
