Skip to content

Commit 8b7a866

Browse files
committed
fix error on Arduino Leonardo
1 parent fd549a0 commit 8b7a866

File tree

7 files changed

+4
-14
lines changed

7 files changed

+4
-14
lines changed

examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @file Read_Flow_Rate.ino
33
* @author Hafidh Hidayat ([email protected])
44
* @brief
5-
* @version 1.0.0
6-
* @date 2022-12-12
75
*
86
* @copyright Copyright (c) 2022
97
*

examples/YF-S201/Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @file Read_Flow_Rate_and_Volume.ino
33
* @author Hafidh Hidayat ([email protected])
44
* @brief
5-
* @version 1.0.0
6-
* @date 2022-12-12
75
*
86
* @copyright Copyright (c) 2022
97
*

examples/YF-S201/Read_Volume/Read_Volume.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @file Read_Volume.ino
33
* @author Hafidh Hidayat ([email protected])
44
* @brief
5-
* @version 1.0.0
6-
* @date 2022-12-12
75
*
86
* @copyright Copyright (c) 2022
97
*

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "FlowSensor",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"keywords": "sensor, arduino",
5-
"description": "Water Flow Rate, Water Volume, YF-S201",
5+
"description": "Water Flow Rate, Water Volume",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/hafidhh/FlowSensor-Arduino"

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=FlowSensor
2-
version=1.0.1
2+
version=1.0.2
33
author=hafidhh
44
maintainer=hafidhh <[email protected]>
55
sentence=FlowSensor library for Arduino
6-
paragraph=Water Flow Rate, Water Volume, YF-S201
6+
paragraph=Water Flow Rate, Water Volume
77
category=Sensors
88
url=https://github.com/hafidhh/FlowSensor-Arduino
99
architectures=*

src/FlowSensor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @file FlowSensor.cpp
33
* @author Hafidh Hidayat ([email protected])
44
* @brief
5-
* @version 1.0.0
6-
* @date 2022-12-12
75
*
86
* @copyright Copyright (c) 2022
97
*

src/FlowSensor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* @file FlowSensor.h
33
* @author Hafidh Hidayat ([email protected])
44
* @brief
5-
* @version 1.0.0
6-
* @date 2022-12-12
75
*
86
* @copyright Copyright (c) 2022
97
*

0 commit comments

Comments
 (0)