UltraSonic Arduino Video instructions How To – Parking your car with an Arduino
How To – Parking your car with an Arduino Code: // Back up Helper, by Kevin Darrah v4 #include <SoftwareSerial.h>// to read the data fron the range finder on any digital pin SoftwareSerial sonar(5, 6); // RX, TX //we’re only using the RX pin (5), so who cares about the TX pin int huns, tens, […]
UltraSonic Arduino Video instructions How To – Parking your car with an Arduino Read More »