Skip to content

Releases: d03n3rfr1tz3/HC-SR04

1.1.3 additional output units

08 Dec 22:58
Compare
Choose a tag to compare

What's Changed

  • Added methods to get measurements in Meters, Feet and Yards. Appended… by @EasyG0ing1 in #6

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2 custom trigger length release

18 Jun 22:45
4ea0212
Compare
Choose a tag to compare

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

20 Feb 01:29
Compare
Choose a tag to compare

switched to more concrete integer types to fix #3

1.1.0 interrupt alternative release

17 Jan 01:26
Compare
Choose a tag to compare

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

28 Aug 22:21
Compare
Choose a tag to compare

added cleanup functionality
improved memory footprint

1.0.1 hotfix release

28 Aug 00:25
Compare
Choose a tag to compare

fixed a memory leak with each measurement

1.0.0 initial release

06 Aug 23:10
Compare
Choose a tag to compare

The first release of my HC-SR04 library.