ShockSlayer
Probably SS
Can't put it any better than robm did.
SS
SS
I watch you sleep <3Basement_Modder said:Jlee, I love you.
void loop(){
u8 k = 0;
int t = 0;
int run = 1;
while(run == 1){
for(int i = 0; i < runspeed; i++){
for(int j = 0; j < 27; j++){
k = pgm_read_byte( &(heart[t][j]) );
if (k == 2){
run = 0;
}
else if(k == 1){
light(j+1);
_delay_ms(blinkdelay);
alloff();
}
else if(k == 0){
_delay_ms(blinkdelay);
}
}
}
t++;
}
alloff();
_delay_ms(100000);
}
If that's not love, what is? <3jleemero said:I watch you sleep <3Basement_Modder said:Jlee, I love you.
I misread this word at first glance.The Question said:flashlight
My brother took an IR LED flashlight and built a camera-mount for it out of wood so he can use it with his camera that has IR night-vision. Not quite the same, some similar aspects to it.pLover said:tl;dr? I made an LED flashlight out of wood, LEDs, AAs, and velcro.
320Mw is decent, How hot does the diode get, and is it stable for a period of time?PalmerTech said:320mw of 655nm red laser light. Will take some pics tonight when it gets dark outside.