This repository was archived by the owner on Feb 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ sentence=For Arduino braccio only.
6
6
paragraph = Arduino Braccio
7
7
category =Device Control
8
8
url =www.arduino.org
9
- architectures =avr
9
+ architectures =avr, samd, sam
Original file line number Diff line number Diff line change @@ -84,14 +84,6 @@ unsigned int _Braccio::begin(int soft_start_level) {
84
84
return 1 ;
85
85
}
86
86
87
- /*
88
- Default implementation
89
- */
90
- unsigned int _Braccio::begin () {
91
- // SOFT_START_DEFAULT is the default value
92
- return begin (SOFT_START_DEFAULT);
93
- }
94
-
95
87
/*
96
88
Software implementation of the PWM for the SOFT_START_CONTROL_PIN,HIGH
97
89
@param high_time: the time in the logic level high
Original file line number Diff line number Diff line change @@ -41,19 +41,15 @@ class _Braccio {
41
41
42
42
public:
43
43
_Braccio ();
44
-
44
+
45
45
/* *
46
- * Braccio initializations and set intial position
47
- * Modifing this function you can set up the initial position of all the
48
- * servo motors of the Braccio
49
- */
50
- unsigned int begin ();
51
-
52
- /* *
53
- * @param soft_start_level: from -10 to +10, default value is 0 (SOFT_START_DEFAULT)
46
+ * Braccio initializations and set intial position
47
+ * Modifing this function you can set up the initial position of all the
48
+ * servo motors of the Braccio
49
+ *@param soft_start_level: from -10 to +10, default value is 0 (SOFT_START_DEFAULT)
54
50
* You should set begin(SOFT_START_DISABLED) if you are using the Arm Robot shield V1.6
55
51
*/
56
- unsigned int begin (int soft_start_level);
52
+ unsigned int begin (int soft_start_level=SOFT_START_DEFAULT );
57
53
58
54
/* *
59
55
* This function allow the user to control all the servo motors in the Braccio
You can’t perform that action at this time.
0 commit comments