Releases: d03n3rfr1tz3/HC-SR04
Releases · d03n3rfr1tz3/HC-SR04
1.1.3 additional output units
What's Changed
- Added methods to get measurements in Meters, Feet and Yards. Appended… by @EasyG0ing1 in #6
New Contributors
- @EasyG0ing1 made their first contribution in #6
Full Changelog: 1.1.2...1.1.3
1.1.2 custom trigger length release
Added support for customizing the length of the Trigger. HC-SR04 needs a Trigger length of 10µs, but others need up to 100µs. This enables the usage of other UltraSonic sensors, that work similar to the HC-SR04.
1.1.1 concrete integer type release
switched to more concrete integer types to fix #3
1.1.0 interrupt alternative release
added automatic fallback functionality, if a pin is not an interrupt #2
improved interrupt handling
improved used data types
and two new examples
1.0.2 memory cleanup release
added cleanup functionality
improved memory footprint
1.0.1 hotfix release
fixed a memory leak with each measurement
1.0.0 initial release
The first release of my HC-SR04 library.