MicroPython-Examples/Example - HCSR04 Ultrasonic/README.md

8 lines
227 B
Markdown
Raw Normal View History

2024-05-10 13:26:38 +02:00
# 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.