From f7a7b497dff484bac276f06f30cc0f42a86fe87e Mon Sep 17 00:00:00 2001 From: Jordan Rubin Date: Sat, 1 May 2021 23:52:53 -0400 Subject: [PATCH] more updates --- library.properties | 2 +- src/{main.cpp => main.txt} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) rename src/{main.cpp => main.txt} (89%) 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.