• Out-of-Stock
Laser
search
  • Laser

Laser

€1.75
No tax

Tensão: 5V

Consumo: 30mA

Tamanho: 15 * 24mm

Comprimento de onda: 650 nm

Modelo: KY-008

Quantity
Out-of-Stock

  Security policy

(edit with the Customer Reassurance module)

  Delivery policy

(edit with the Customer Reassurance module)

  Return policy

(edit with the Customer Reassurance module)

void setup ()
{
   pinMode (13, OUTPUT); // define the digital output interface 13 feet
}
void loop () {
   digitalWrite (13, HIGH); // open the laser head
   delay (1000); // delay one second
   digitalWrite (13, LOW); // turn off the laser head
   delay (1000); // delay one second
}
ELEC289
Comments (0)
No customer reviews for the moment.