Add L6470 library to platformio.ini

This commit is contained in:
Scott Lahteine 2018-05-11 02:22:44 -05:00
parent b7899610ac
commit a9cef45d45

View File

@ -27,6 +27,7 @@ lib_deps =
Adafruit NeoPixel
https://github.com/lincomatic/LiquidTWI2.git
https://github.com/trinamic/TMC26XStepper.git
https://github.com/ameyer/Arduino-L6470.git
build_flags = -I $BUILDSRC_DIR -fmax-errors=5
#
@ -120,4 +121,4 @@ platform = teensy
framework = arduino
board = teensy20pp
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
lib_deps = ${common.lib_deps}