ir-proximity const int ProxSensor=2; void setup() { // initialize the digital pin as an output. // Pin 13 has an LED connected on…
Read moreultrasonic const int trigPin=4; const int echoPin=6; long duration; int distance; void setup() { // put your setup code here, to run once: Serial…
Read more
Social Plugin