We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b7b6d1 + 72fc46b commit 2cdf29aCopy full SHA for 2cdf29a
platformio.ini
@@ -136,7 +136,8 @@ extends = common_embedded
136
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
137
board_build.core = earlephilhower
138
lib_deps =
139
- teemuatlut/TMCStepper @ ^0.7.1
+ ;teemuatlut/TMCStepper @ ^0.7.1 ;Placeholder for if/when changes get merged with official repository code
140
+ https://github.com/EricSchubert/TMCStepper-RP2040_Support.git#rp2040-single-wire-uart ;
141
waspinator/AccelStepper @ ^1.61
142
mikalhart/TinyGPSPlus @ ^1.0.2
143
; TimerInterrupt is AVR-only (uses OCR1A etc.); RP2040 uses hardware/timer.h directly
0 commit comments