-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
9 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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## [1.5.9] - 2016-06-01 | ||
|
||
### Fix | ||
- Fix writeStretch() offset address not correct | ||
|
||
## [1.5.8] - 2016-05-07 | ||
|
||
### Fix | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=uArmLibrary | ||
version=1.5.6 | ||
version=1.5.8 | ||
author=UFactory <[email protected]> | ||
maintainer=Joey Song <[email protected]>, Alex Tan<[email protected]> | ||
sentence=uArm Library for Arduino | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,7 @@ | |
* Author : Joey Song | ||
* Updated : Joey Song, Alex Tan, Dave Corboy | ||
* Email : [email protected] | ||
* Version : V1.4.0 | ||
* Date : 12 Dec, 2014 | ||
* Modified Date : 11 Apr, 2016 | ||
* Description : | ||
* License : | ||
* Copyright(C) 2016 UFactory Team. All right reserved. | ||
|
@@ -22,7 +20,7 @@ | |
|
||
#define UARM_MAJOR_VERSION 1 | ||
#define UARM_MINOR_VERSION 5 | ||
#define UARM_BUGFIX 8 | ||
#define UARM_BUGFIX 9 | ||
|
||
#define SERVO_ROT_NUM 0 | ||
#define SERVO_LEFT_NUM 1 | ||
|