You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,13 @@ Choose FlowSensor-Arduino-master.zip that previously downloaded.
59
59
| Sensor Type | Code | Pulse/Liter |
60
60
| ------------- | ------- | ----------: |
61
61
| YF-S201 | YFS201 | 450 |
62
+
| YF-S401 | YFS401 | 5880 |
62
63
| YF-B1 | YFB1 | 660 |
64
+
| YF-B1-S | YFB1S | 1077 |
63
65
| OF10ZAT | OF10ZAT | 400 |
64
66
| OF10ZZT | OF10ZZT | 400 |
65
67
| OF05ZAT | OF05ZAT | 2174 |
66
68
| OF05ZZT | OF05ZZT | 2174 |
67
-
| YF-B1-S | YFB1S | 1077 |
68
69
69
70
## ✨ Add New Sensor
70
71
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.
@@ -74,6 +75,7 @@ See [all examples](https://github.com/hafidhh/FlowSensor-Arduino/blob/master/exa
74
75
75
76
### Initialization
76
77
If your sensor is not available in sensor list you can use dynamic declaration by use sensor pulse/liter in type, example 450 for YF-S201.
0 commit comments