Skip to content

Commit

Permalink
updated contstructor descr.
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Apr 20, 2020
1 parent f85333a commit a9cf68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These are the constructor and the member functions the library provides:

```
// If you have an encoder which increments multiple times per click, adjust moves_per_click to a higher number
ESPRotary(int pin1, int pin2, int moves_per_click = 1);
ESPRotary(int pin1, int pin2, int moves_per_click = 1, int lower_bound = -32768, int upper_bound = 32768);
int getPosition();
int getMovesPerClick();
Expand Down

0 comments on commit a9cf68d

Please sign in to comment.