Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 617828f

Browse files
2 parents 3cb024c + 7d033b5 commit 617828f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

examples/ciaoBraccio/ciaoBraccio.ino

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
/*
22
33
This sketch uses the rest connector to receive command for the MCU from a rest client.
4-
Each command received will fire an action for the Braccio
4+
Each command received will fire an action for the Braccio.
5+
Run the sketch with Arduino Braccio - Web Examples to move your Braccio via web page.
6+
Visit the Demo section of the Braccio's page.
7+
http://www.arduino.org/products/tinkerkit/17-arduino-tinkerkit/arduino-tinkerkit-braccio
8+
9+
510
611
REST command example:
712
@@ -13,8 +18,8 @@ REST command example:
1318
NOTE: be sure to activate and configure rest connector on Linino OS
1419
http://labs.arduino.org/Ciao
1520
16-
created September 2015
17-
by andrea[at]arduino[dot]org
21+
created March 2016
22+
by andrea[at]arduino[dot]org and a.ferrante[at]arduino[dot]org
1823
1924
*/
2025

examples/simpleMovements/simpleMovements.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ void loop() {
4444
*/
4545

4646
//(step delay, M1, M2, M3, M4, M5, M6);
47-
Braccio.ServoMovement(20, 15, 0, 180, 170, 0, 73);
47+
Braccio.ServoMovement(20, 0, 15, 180, 170, 0, 73);
4848

4949
//Wait 1 second
5050
delay(1000);
5151

52-
Braccio.ServoMovement(20, 165, 180, 0, 0, 180, 10);
52+
Braccio.ServoMovement(20, 180, 165, 0, 0, 180, 10);
5353

5454
//Wait 1 second
5555
delay(1000);

0 commit comments

Comments
 (0)