Laser Beam Emitter Module

$6.25

18 in stock

Description

Laser Beam Emitter Module Code


/* SETUP

Laser       Arduino
-     -     GND
      -     5V
S     -     D13
*/
 
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
}

 

Additional information

Weight 0.003 kg

There are no reviews yet.

Be the first to review “Laser Beam Emitter Module”

Your email address will not be published. Required fields are marked *