Skip to content

Releases: EnviroDIY/Arduino-SDI-12

Better integration inside other libraries

15 Mar 21:17
ac4f820
Compare
Choose a tag to compare

Added notes and an empty constructor/populated begin method to allow this library to be more easily called inside of other libraries.

Fixed timeout values

09 Mar 19:04
Compare
Choose a tag to compare

Fixes the time-out values for the ParseInt and ParseFloat to be -9999. This was the intended behavior all along, but at some point those functions changed in the stream library and the identically named functions within SDI-12 intended to "hide" the stream functions ceased to be calle.

Initial Release

16 May 22:43
Compare
Choose a tag to compare

The first "official" release of this interrupt-based SDI-12 library for AVR and SAMD Arduino boards.