Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuntara authored Jan 30, 2017
1 parent 4c505a2 commit a7ed195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Arduino code for Pentair Intelliflo Wisperflo VSD
## How to install
* Copy the contents of the libraries folder to your Arduino folder under and merge with the existing libraries folder.
* Copy the pentair_driver_v2 to the arduino folder
* Open the .ino file from the pentair_driver_v2 folder in your Arduino IDE
* Open the .ino file from the pentair_driver_v2 folder in your Arduino IDE (you can remove the calls to the analogWrite)

## Notes

Expand All @@ -21,6 +21,8 @@ Through the callback function you can submit the pump data to where-ever you wan

Feel free to contribute to this library.

You may create pull requests for other commands to the pump, I also need to create an interface to communicate with a phone or app on the desktop over bluetooth or a network.

## Usage

Initialize the Pentair class and give the RX and TX pin numbers of your RS485 module.
Expand Down

0 comments on commit a7ed195

Please sign in to comment.