Skip to content

Commit 6c032f4

Browse files
authored
change initialization
1 parent 7f8d312 commit 6c032f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See [all examples](https://github.com/hafidhh/FlowSensor-Arduino/blob/master/exa
7474
### Initialization
7575
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.
7676
```cpp
77-
#include <FlowSensor_Arduino.h>
77+
#include <FlowSensor.h>
7878

7979
uint16_t type = YFS201; // type : Sensor type or pulse/liter
8080
// uint16_t type = 450;

0 commit comments

Comments
 (0)