Skip to content

Commit a4e5332

Browse files
committed
Add DynamixelArduino as submodule
1 parent ae58453 commit a4e5332

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
url = https://github.com/Mecapitronic/Esp32_Hardware.git
99
branch = main
1010
ignore = dirty
11+
[submodule "lib/Dynamixel2Arduino"]
12+
path = lib/Dynamixel2Arduino
13+
url = https://github.com/Mecapitronic/Dynamixel2Arduino.git
14+
branch = master
15+
ignore = dirty

lib/Dynamixel2Arduino

Submodule Dynamixel2Arduino added at 5b256b7

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lib_deps =
4949
gin66/FastAccelStepper@^0.30.11
5050
;adafruit/Adafruit NeoPixel@^1.12.3
5151
fastled/FastLED@3.9.16
52-
robotis-git/Dynamixel2Arduino@^0.8.0
52+
;robotis-git/Dynamixel2Arduino@^0.8.0
5353
;adafruit/Adafruit SSD1306@^2.5.16
5454
greiman/SSD1306Ascii@^1.3.5
5555
adafruit/Adafruit INA219@^1.2.3

0 commit comments

Comments
 (0)