Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NSEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NSEncoder: public Encoder
);
//Destructor
~NSEncoder();
bool get_Position(int &);
bool get_Position(int16_t &);
int16_t get_diffPosition();
void reset();
private:
Expand Down Expand Up @@ -95,4 +95,4 @@ class NSEncoder_btn: public NSEncoder
void reset_doublePress_counter();
};

#endif
#endif