Skip to content

Commit

Permalink
fix error on Arduino Leonardo
Browse files Browse the repository at this point in the history
  • Loading branch information
hafidhh committed Jan 12, 2023
1 parent fd549a0 commit 8b7a866
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 14 deletions.
2 changes: 0 additions & 2 deletions examples/YF-S201/Read_Flow_Rate/Read_Flow_Rate.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @file Read_Flow_Rate.ino
* @author Hafidh Hidayat ([email protected])
* @brief
* @version 1.0.0
* @date 2022-12-12
*
* @copyright Copyright (c) 2022
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @file Read_Flow_Rate_and_Volume.ino
* @author Hafidh Hidayat ([email protected])
* @brief
* @version 1.0.0
* @date 2022-12-12
*
* @copyright Copyright (c) 2022
*
Expand Down
2 changes: 0 additions & 2 deletions examples/YF-S201/Read_Volume/Read_Volume.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @file Read_Volume.ino
* @author Hafidh Hidayat ([email protected])
* @brief
* @version 1.0.0
* @date 2022-12-12
*
* @copyright Copyright (c) 2022
*
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=FlowSensor
version=1.0.1
version=1.0.2
author=hafidhh
maintainer=hafidhh <[email protected]>
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=*
2 changes: 0 additions & 2 deletions src/FlowSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @file FlowSensor.cpp
* @author Hafidh Hidayat ([email protected])
* @brief
* @version 1.0.0
* @date 2022-12-12
*
* @copyright Copyright (c) 2022
*
Expand Down
2 changes: 0 additions & 2 deletions src/FlowSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* @file FlowSensor.h
* @author Hafidh Hidayat ([email protected])
* @brief
* @version 1.0.0
* @date 2022-12-12
*
* @copyright Copyright (c) 2022
*
Expand Down

0 comments on commit 8b7a866

Please sign in to comment.