Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart authored and Lennart committed Nov 29, 2020
1 parent bf101f3 commit 7d6187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESPRotary.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ESPRotary {
CallbackFunction upper_cb = NULL;

public:
ESPRotary(int pin1, int pin2, int steps_per_click = 1, int lower_bound = INT16_MIN, int upper_bound = INT16_MAX), int inital_pos = 0;
ESPRotary(int pin1, int pin2, int steps_per_click = 1, int lower_bound = INT16_MIN, int upper_bound = INT16_MAX, int inital_pos = 0);

int getPosition();
void resetPosition(int p = 0, bool fireCallback = true);
Expand Down

0 comments on commit 7d6187d

Please sign in to comment.