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

Commit 2219ffc

Browse files
author
astronomer80
committed
adding some commentes
2 parents 5374d3c + 8df4013 commit 2219ffc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Braccio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ _Braccio::_Braccio() {
4949
* SOFT_START_DISABLED disable the Braccio movements
5050
*/
5151
unsigned int _Braccio::begin(int soft_start_level) {
52+
//Calling Braccio.begin(SOFT_START_DISABLED) the Softstart is disabled and you can use the pin 12
5253
if(soft_start_level!=SOFT_START_DISABLED){
5354
pinMode(SOFT_START_CONTROL_PIN,OUTPUT);
5455
digitalWrite(SOFT_START_CONTROL_PIN,LOW);

src/Braccio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class _Braccio {
5656
unsigned int begin(int soft_start_level);
5757

5858
/**
59-
* This functions allow you to control all the servo motors in the Braccio
59+
* This function allow the user to control all the servo motors in the Braccio
6060
*/
6161
int ServoMovement(int delay, int Vbase,int Vshoulder, int Velbow, int Vwrist_ver, int Vwrist_rot, int Vgripper);
6262

0 commit comments

Comments
 (0)