-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Encoder class Signed-off-by: Javier Balloffet <[email protected]> * Address comments Signed-off-by: Javier Balloffet <[email protected]> --------- Signed-off-by: Javier Balloffet <[email protected]>
- Loading branch information
1 parent
c9f9abe
commit c0dcf56
Showing
4 changed files
with
170 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,5 @@ | |
#define UPDATE_PID 'u' | ||
#define DIGITAL_WRITE 'w' | ||
#define ANALOG_WRITE 'x' | ||
#define LEFT 0 | ||
#define RIGHT 1 | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters