Skip to content

Commit

Permalink
v1.1 Support for later IOSs, many bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadderz121 committed Jul 10, 2017
1 parent 7f086a0 commit 15a59ca
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 116 deletions.
2 changes: 1 addition & 1 deletion include/rvl/Pad.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void PADRead(PADData_t *result);
void PADControlMotor(int pad, int control);

#define PADData_ERROR_NONE 0
#define PADData_ERROR_1 -1
#define PADData_ERROR_NO_CONNECTION -1
#define PADData_ERROR_2 -2
#define PADData_ERROR_3 -3

Expand Down
Loading

0 comments on commit 15a59ca

Please sign in to comment.