Skip to content

Releases: hafidhh/FlowSensor-Arduino

v1.5.0

19 Aug 14:34
Compare
Choose a tag to compare

July 20, 2024

Updates :

  • fix error begin function (cannot compile)

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

19 Jul 21:04
Compare
Choose a tag to compare

July 20, 2024

Updates :

  • Add setType() function
  • Add setPin() function
  • Fix bad use INPUT_PULLUP

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

11 Jun 23:07
Compare
Choose a tag to compare

June 12, 2023

Updates :

  • Added Pointer (_timebefore) in the Function read()

What's Changed

  • Added missing pointer in function read() by @nilbest in #13

Full Changelog: v1.3.0...v1.3.1

v1.3.0

28 May 15:49
4fd4a8a
Compare
Choose a tag to compare

May 28, 2023

Updates :

  • Add dynamic declaration > you can change sensor type with int value of pulse/liter
  • Fix Flow rate value is always decreasing in every new iteration
  • add FlowSensor_Type.h > you can add new sensor by edit this file

v1.2.0

28 Apr 05:49
Compare
Choose a tag to compare

April 28, 2023

Updates :

  • Add reset volume function > resetVolume()
  • Add flowrate / hour (L/h) > getFlowRate_h()

v1.1.1

18 Jan 16:31
Compare
Choose a tag to compare

January 18, 2023

Updates :

  • Fix negative value pulse

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Jan 07:51
Compare
Choose a tag to compare

January 12, 2023

Updates :

  • Add sensor type

v1.0.2

12 Jan 07:27
Compare
Choose a tag to compare

January 12, 2023

Update

  • fix error on Arduino Leonardo Board

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

17 Dec 11:08
Compare
Choose a tag to compare

December 17, 2022

Update :

  • change library name

v1.0.0

17 Dec 04:07
Compare
Choose a tag to compare

January 17, 2022

Initial Release