LED candle housing for 10mm LED

LED candle housing for 10mm LED

thingiverse

this is candle housing for 10mm LED. it is like cap for LED so you can put your LED in breadboard and test candle effect. here is code =============================================================== const byte LED_PIN = 11; void setup() { pinMode(LED_PIN, OUTPUT); } void loop() { flicker(); } void flicker() { analogWrite(LED_PIN, random(120)+135); delay(random(100)); }

Download Model from thingiverse

With this file you will be able to print LED candle housing for 10mm LED with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on LED candle housing for 10mm LED.