BASIC4MCU | 아두이노 | 아두이노 | tkkrlab - Arduino 37 sensors - KY-008 Laser sensor module
페이지 정보
작성자 키트 작성일2017-09-13 14:22 조회2,966회 댓글0건본문
Arduino KY-008 Laser sensor module
KEYES ARDUINO laser transmitter module
Laser transmitter module, 650 nm (red), gives a small intens beam. Take care of your eyes, do not look direct into the beam.
Power consumption: 30 mA at 5 V
Pin layout
The module is labeled wrong, see below !!
- Pin - = GND
- Pin (middle pin) = not connected
- Pin S = +5V
Routines source code:
12345678910 void setup (){pinMode (13, OUTPUT); // define the digital output interface 13 feet}void loop () {digitalWrite (13, HIGH); // open the laser headdelay (1000); // delay one seconddigitalWrite (13, LOW); // turn off the laser headdelay (1000); // delay one second}cs
댓글 0
조회수 2,966등록된 댓글이 없습니다.