Skip to content

Commit a9aeaf2

Browse files
committed
v1.7.0 Move All source files to src folder
1 parent db517ca commit a9aeaf2

21 files changed

Lines changed: 1234 additions & 574 deletions

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
# uArm Arduino Library Release Note
2+
13
## [1.7.0] - 2016-06-24
24

35
### Fix
46
- Update examples Calibration.ino, movement.ino, Add new UArmTextControl2.0.ino
57
- Update uarm_library.h make some protected value be public
8+
- Move All source code to src folder
9+
- Create Docs folder to store Doxygen Configure & Html header footer files
610

711
## [1.6.2] - 2016-06-24
812

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# uArm Library
1+
# uArm Library Introduction {#mainpage}
22

33
**Warning, This Library is for developer, After upload the library, you must recalibrate the uArm**
44

55
**Compatible**
66

77
- uArm Metal
88

9-
Specification Please read Documentation Center /API
10-
[Developer Center][3]
11-
129
## Installation
1310

1411
### Library Manager
@@ -21,8 +18,6 @@ Specification Please read Documentation Center /API
2118
If you don't know how to upload Arduino sketch, We recommend you read this [Arduino Getting Started on Windows][397d20eb] or [Arduino Getting Started on MacOS][2d8a8b7a]
2219
- You need to recalibrate when you are new to this library. we recommend the GUI Calibration tool.
2320

24-
25-
2621
### Manual Installation
2722

2823
- Download [Arduino IDE][622f1188]
@@ -32,9 +27,16 @@ Specification Please read Documentation Center /API
3227
If you don't know how to upload Arduino sketch, We recommend you read this [Arduino Getting Started on Windows][397d20eb] or [Arduino Getting Started on MacOS][2d8a8b7a]
3328
- You need to recalibrate when you are new to this library. we recommend the GUI Calibration tool.
3429

30+
31+
### Getting Started
32+
33+
please reference Arduino [GettingStarted][GettingStarted] Sketch
34+
35+
3536
[8cd4af00]: https://www.arduino.cc/en/Guide/Libraries#toc4 "Import a .zip Library"
3637
[4b323740]: https://www.arduino.cc/en/Guide/Libraries#toc3 "Import Library Using Library Manager"
3738
[3]: http://developer.ufactory.cc/quickstart/arduino/
3839
[622f1188]: https://www.arduino.cc/en/Main/Software "Arduino IDE"
3940
[397d20eb]: https://www.arduino.cc/en/Guide/Windows "Arduino Getting Start on Windows"
4041
[2d8a8b7a]: https://www.arduino.cc/en/Guide/MacOSX "Arduino Getting Started on MacOS"
42+
[GettingStarted]: @ref GettingStarted.ino

0 commit comments

Comments
 (0)