Releases: rsc1975/micropython-hcsr04
Releases · rsc1975/micropython-hcsr04
Version 0.1
Initial version of the sensor
Features:
- Using method
machine.time_pulse_us()
to get echo response for better accuracy
- Added method
distance_mm()
that doesn't use floating point operations