Skip to content

Releases: jordancrubin/ballvalve

Code size reduction effort

04 Jun 16:17
Compare
Choose a tag to compare

As part of the code size reductions for my main project ive rewritten some work and found a lot of waste, with the same exact functionality removing about .3kb of compiled space for this lib

More files to support arduino IDE

01 May 02:40
Compare
Choose a tag to compare

I was forced to rename /src/main.cpp to main.txt or else it would break the arduino examples. I start to wonder if arduino is worth the headache. Anyway. I you are using platform IO, rename main.txt to main.cpp if you want to compile the example file.

Continued fixes for compatibility

30 Apr 02:41
Compare
Choose a tag to compare

Continued fixes for compatibility

Conforms to C++ ISO removes all compile warnings

30 Apr 02:24
Compare
Choose a tag to compare

Finally got around to cleaning this up. So now 1.0.7 works in both platformIO and ArduinoIDE, it also Conforms to the latest C++ standards and no longer has any compile warnings.

Works with arduino and PIO git

29 Apr 03:25
Compare
Choose a tag to compare

A package that works with both arduino IDE and Platform IO

Keyword fix and duration support for power relay option

04 Jul 03:30
6ee3e67
Compare
Choose a tag to compare

Keyword fix and duration support for power relay option

added keywords

01 Jul 03:02
d93a1ad
Compare
Choose a tag to compare
1.0.4

Update library.properties

Code size reduction effort

04 Jun 01:08
Compare
Choose a tag to compare

As part of the code size reductions for my main project ive rewritten some work and found a lot of waste, with the same exact functionality removing about .3kb of compiled space for this lib

Initial Release

24 Jun 01:29
0416240
Compare
Choose a tag to compare

As part of a larger project this library was written in support of the 5 wire ball valve for water and gas control system, bi-directional with auto off and rudimentary valve position status.