Skip to content

Commit 2d6e0a2

Browse files
authored
Merge pull request #21 from rb0rd0n/add-yf-b1-s
Add yf b1 s
2 parents b5db329 + 4978198 commit 2d6e0a2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Choose FlowSensor-Arduino-master.zip that previously downloaded.
6464
| OF10ZZT | OF10ZZT | 400 |
6565
| OF05ZAT | OF05ZAT | 2174 |
6666
| OF05ZZT | OF05ZZT | 2174 |
67+
| YF-B1-S | YFB1S | 1077 |
6768

6869
## ✨ Add New Sensor
6970
If you want to add new sensor you can edit [FlowSensor_Type.h](https://github.com/hafidhh/FlowSensor-Arduino/blob/master/src/FlowSensor_Type.h) file in src and create pull request or you can use dynamic declaration.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FlowSensor",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"keywords": "sensor, arduino",
55
"description": "Flow Sensor Library, Water Flow Rate, Water Volume",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FlowSensor
2-
version=1.3.1
2+
version=1.4.0
33
author=hafidhh
44
maintainer=hafidhh <[email protected]>
55
sentence=Flow Sensor library for Arduino.

src/FlowSensor_Type.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define YFS201 450
1717
#define YFB1 660
1818
#define YFS401 5880
19+
#define YFB1S 1077
1920
// OF
2021
#define OF10ZAT 400
2122
#define OF10ZZT 400

0 commit comments

Comments
 (0)