File tree 34 files changed +34
-34
lines changed
DEPRECATED_bulk_read_write_raw
DEPRECATED_sync_read_write_raw
add_custom_SerialPortHandler
read_write_ControlTableItem
profile_velocity_acceleration
blender/openmanipulator_x
34 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 45
45
#define DXL_SERIAL Serial3
46
46
#define DEBUG_SERIAL Serial
47
47
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
48
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
48
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
49
49
// OpenRB does not require the DIR control pin.
50
50
#define DXL_SERIAL Serial1
51
51
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 45
45
#define DXL_SERIAL Serial3
46
46
#define DEBUG_SERIAL Serial
47
47
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
48
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
48
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
49
49
// OpenRB does not require the DIR control pin.
50
50
#define DXL_SERIAL Serial1
51
51
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 45
45
#define DXL_SERIAL Serial3
46
46
#define DEBUG_SERIAL Serial
47
47
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
48
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
48
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
49
49
// OpenRB does not require the DIR control pin.
50
50
#define DXL_SERIAL Serial1
51
51
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 43
43
#define DXL_SERIAL Serial3
44
44
#define DEBUG_SERIAL Serial
45
45
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
46
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
46
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
47
47
// OpenRB does not require the DIR control pin.
48
48
#define DXL_SERIAL Serial1
49
49
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 140
140
#define DXL_SERIAL Serial3
141
141
#define DEBUG_SERIAL Serial
142
142
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
143
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
143
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
144
144
// OpenRB does not require the DIR control pin.
145
145
#define DXL_SERIAL Serial1
146
146
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 49
49
#define DXL_SERIAL Serial3
50
50
#define DEBUG_SERIAL Serial
51
51
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
52
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
52
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
53
53
// OpenRB does not require the DIR control pin.
54
54
#define DXL_SERIAL Serial1
55
55
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 45
45
#define DXL_SERIAL Serial3
46
46
#define DEBUG_SERIAL Serial
47
47
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
48
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
48
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
49
49
// OpenRB does not require the DIR control pin.
50
50
#define DXL_SERIAL Serial1
51
51
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 51
51
#define DXL_SERIAL Serial3
52
52
#define DEBUG_SERIAL Serial
53
53
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
54
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
54
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
55
55
// OpenRB does not require the DIR control pin.
56
56
#define DXL_SERIAL Serial1
57
57
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 46
46
#define DXL_SERIAL Serial3
47
47
#define DEBUG_SERIAL Serial
48
48
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
49
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
49
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
50
50
// OpenRB does not require the DIR control pin.
51
51
#define DXL_SERIAL Serial1
52
52
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 45
45
#define DXL_SERIAL Serial3
46
46
#define DEBUG_SERIAL Serial
47
47
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
48
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
48
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
49
49
// OpenRB does not require the DIR control pin.
50
50
#define DXL_SERIAL Serial1
51
51
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 50
50
#define DXL_SERIAL Serial3
51
51
#define DEBUG_SERIAL Serial
52
52
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
53
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
53
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
54
54
// OpenRB does not require the DIR control pin.
55
55
#define DXL_SERIAL Serial1
56
56
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
Original file line number Diff line number Diff line change 41
41
#define DXL_SERIAL Serial3
42
42
#define DEBUG_SERIAL Serial
43
43
const uint8_t DXL_DIR_PIN = 84 ; // OpenCR Board's DIR PIN.
44
- #elif defined(ARDUINO_OpenRB) // When using official ROBOTIS OpenCM-X MKR board.
44
+ #elif defined(ARDUINO_OpenRB) // When using OpenRB-150
45
45
// OpenRB does not require the DIR control pin.
46
46
#define DXL_SERIAL Serial1
47
47
#define DEBUG_SERIAL Serial
You can’t perform that action at this time.
0 commit comments