Releases: jordancrubin/ballvalve
Code size reduction effort
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
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
Continued fixes for compatibility
Conforms to C++ ISO removes all compile warnings
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
A package that works with both arduino IDE and Platform IO
Keyword fix and duration support for power relay option
Keyword fix and duration support for power relay option
added keywords
1.0.4 Update library.properties
Code size reduction effort
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
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.