# HC-SR04 Example Code # This code show how to use the HC-SR04 Ultrasonic Sensor using Micropython. * Original Driver code : https://github.com/rsc1975/micropython-hcsr04/tree/master. * The main code I made it myself.