Add L6470 library to platformio.ini
This commit is contained in:
parent
b7899610ac
commit
a9cef45d45
@ -27,6 +27,7 @@ lib_deps =
|
|||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
https://github.com/lincomatic/LiquidTWI2.git
|
https://github.com/lincomatic/LiquidTWI2.git
|
||||||
https://github.com/trinamic/TMC26XStepper.git
|
https://github.com/trinamic/TMC26XStepper.git
|
||||||
|
https://github.com/ameyer/Arduino-L6470.git
|
||||||
build_flags = -I $BUILDSRC_DIR -fmax-errors=5
|
build_flags = -I $BUILDSRC_DIR -fmax-errors=5
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -120,4 +121,4 @@ platform = teensy
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
board = teensy20pp
|
board = teensy20pp
|
||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user