From 8b7a8661d2e86232d999a92914ac65999a19a873 Mon Sep 17 00:00:00 2001 From: hafidh7 Date: Thu, 12 Jan 2023 14:23:50 +0700 Subject: [PATCH] fix error on Arduino Leonardo --- examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino | 2 -- .../Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino | 2 -- examples/YF-S201/Read_Volume/Read_Volume.ino | 2 -- library.json | 4 ++-- library.properties | 4 ++-- src/FlowSensor.cpp | 2 -- src/FlowSensor.h | 2 -- 7 files changed, 4 insertions(+), 14 deletions(-) diff --git a/examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino b/examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino index 39e01c5..4c4e081 100644 --- a/examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino +++ b/examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino @@ -2,8 +2,6 @@ * @file Read_Flow_Rate.ino * @author Hafidh Hidayat (hafidhhidayat@hotmail.com) * @brief - * @version 1.0.0 - * @date 2022-12-12 * * @copyright Copyright (c) 2022 * diff --git a/examples/YF-S201/Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino b/examples/YF-S201/Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino index b0ab25a..e2383e3 100644 --- a/examples/YF-S201/Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino +++ b/examples/YF-S201/Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino @@ -2,8 +2,6 @@ * @file Read_Flow_Rate_and_Volume.ino * @author Hafidh Hidayat (hafidhhidayat@hotmail.com) * @brief - * @version 1.0.0 - * @date 2022-12-12 * * @copyright Copyright (c) 2022 * diff --git a/examples/YF-S201/Read_Volume/Read_Volume.ino b/examples/YF-S201/Read_Volume/Read_Volume.ino index 4337c3b..46171a3 100644 --- a/examples/YF-S201/Read_Volume/Read_Volume.ino +++ b/examples/YF-S201/Read_Volume/Read_Volume.ino @@ -2,8 +2,6 @@ * @file Read_Volume.ino * @author Hafidh Hidayat (hafidhhidayat@hotmail.com) * @brief - * @version 1.0.0 - * @date 2022-12-12 * * @copyright Copyright (c) 2022 * diff --git a/library.json b/library.json index c454129..08c57ab 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "FlowSensor", - "version": "1.0.1", + "version": "1.0.2", "keywords": "sensor, arduino", - "description": "Water Flow Rate, Water Volume, YF-S201", + "description": "Water Flow Rate, Water Volume", "repository": { "type": "git", "url": "https://github.com/hafidhh/FlowSensor-Arduino" diff --git a/library.properties b/library.properties index b210e4c..857cef5 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=FlowSensor -version=1.0.1 +version=1.0.2 author=hafidhh maintainer=hafidhh sentence=FlowSensor library for Arduino -paragraph=Water Flow Rate, Water Volume, YF-S201 +paragraph=Water Flow Rate, Water Volume category=Sensors url=https://github.com/hafidhh/FlowSensor-Arduino architectures=* \ No newline at end of file diff --git a/src/FlowSensor.cpp b/src/FlowSensor.cpp index af29238..fb6516f 100644 --- a/src/FlowSensor.cpp +++ b/src/FlowSensor.cpp @@ -2,8 +2,6 @@ * @file FlowSensor.cpp * @author Hafidh Hidayat (hafidhhidayat@hotmail.com) * @brief - * @version 1.0.0 - * @date 2022-12-12 * * @copyright Copyright (c) 2022 * diff --git a/src/FlowSensor.h b/src/FlowSensor.h index 98e969b..72c03a8 100644 --- a/src/FlowSensor.h +++ b/src/FlowSensor.h @@ -2,8 +2,6 @@ * @file FlowSensor.h * @author Hafidh Hidayat (hafidhhidayat@hotmail.com) * @brief - * @version 1.0.0 - * @date 2022-12-12 * * @copyright Copyright (c) 2022 *