diff --git a/library.properties b/library.properties index 3f35e70..e8bd516 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Watermeter -version=1.0.0 +version=1.0.1 author=Jordan Rubin maintainer=Jordan Rubin sentence=Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P diff --git a/src/main.cpp b/src/main.txt similarity index 89% rename from src/main.cpp rename to src/main.txt index 3641fc5..3cdeb98 100644 --- a/src/main.cpp +++ b/src/main.txt @@ -1,5 +1,6 @@ /* - testmeter.ino/cpp - Test programme for reed switch pulse actuated water meters + Change this to main.cpp to compile test programme in platform.io + main.cpp - Test programme for reed switch pulse actuated water meters This one designed around the DAE Water Meter Model V-100P Most of these meters operate in the same manner, the difference can be adjusted as parameters in the instance creation.