05.07.2019 Views

7-SenzoriDistanta

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

http://www.robofun.ro<br />

Curs Gratuit Arduino si Robotica<br />

Arduino VIN<br />

Arduino 5V<br />

Arduino GND<br />

Arduino Pin Digital 5<br />

PIN2 Rezistor 10K<br />

Fir Rosu Senzor<br />

PIN1 Rezistor 10K<br />

Fir Maro Senzor<br />

PIN2 Rezistor 10K<br />

Fir Negru Senzor<br />

int pirPin = 5;<br />

void setup(){<br />

Serial.begin(9600);<br />

pinMode(pirPin, INPUT);<br />

}<br />

void loop(){<br />

int prezenta = digitalRead(pirPin);<br />

if(pirVal == LOW){<br />

Serial.println("Este cineva in camera !");<br />

http://www.robofun.ro/forum

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!