EDITORIAL SAN MARCOS

Yl-105: Datasheet

| Pin | Label | Description | |-----|-------|-------------| | 1 | VCC | 5V DC input | | 2 | GND | Ground | | 3 | SIG | Signal input (active HIGH: laser ON) |

Share your experience in the comments below. Looking for the YL-106 receiver datasheet? Let us know, and we’ll cover that next. yl-105 datasheet

void loop() digitalWrite(laserPin, HIGH); // Laser ON delay(1000); digitalWrite(laserPin, LOW); // Laser OFF delay(1000); | Pin | Label | Description | |-----|-------|-------------|