Skip to content

Commit 48742fc

Browse files
committed
v1.1.4
1 parent 71d5539 commit 48742fc

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# uArm Arduino Library Release Note
22

3+
## [2.1.4] - 2016-10-31
4+
- Add standby message [READY]
5+
- Add init position
6+
37
## [2.0.13] - 2016-09-23
48

59
## Fix

examples/Metal/Metal.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ void setup() {
77
Serial.begin(115200);
88

99
uArm.setup();
10+
Serial.println("[READY]");
11+
uArm.moveTo(0, 150, 50, 10);
1012

1113

1214
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=uArmLibrary
2-
version=2.0.11
2+
version=2.1.4
33
author=UFactory <developer@ufactory.cc>
44
maintainer=Joey Song <joey@ufactory.cc>, Alex Tan<alex@ufactory.cc>, Dave Corboy<dave@corboy.com>
55
sentence=uArm Library for Arduino

src/uArmConfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
******************************************************************************
33
* @file uArmConfig.h
4-
* @author David.Long
4+
* @author David.Long
55
* @email xiaokun.long@ufactory.cc
66
* @date 2016-09-28
77
* @license GNU
@@ -22,7 +22,7 @@
2222
#define debugPrint
2323
#endif
2424

25-
#define current_ver "[SH2-2.1.3]"
25+
#define current_ver "[SH2-2.1.4]"
2626

2727
#define OK 0
2828
#define ERR1 1
@@ -79,7 +79,7 @@ char* D(double value);
7979
void dprint(char *fmt, ...);
8080

8181

82-
#ifdef F
82+
#ifdef F
8383
void dprint(const __FlashStringHelper *fmt, ...);
8484
#endif
8585

version

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)