We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d312 commit 6c032f4Copy full SHA for 6c032f4
1 file changed
README.md
@@ -74,7 +74,7 @@ See [all examples](https://github.com/hafidhh/FlowSensor-Arduino/blob/master/exa
74
### Initialization
75
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.
76
```cpp
77
-#include <FlowSensor_Arduino.h>
+#include <FlowSensor.h>
78
79
uint16_t type = YFS201; // type : Sensor type or pulse/liter
80
// uint16_t type = 450;
0 commit comments