File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Library Information
6
6
- Name :: TMC429
7
- - Version :: 2.3.0
7
+ - Version :: 2.3.1
8
8
- License :: BSD
9
9
- URL :: https://github.com/janelia-arduino/TMC429
10
10
- Author :: Peter Polidoro
Original file line number Diff line number Diff line change 1
1
name =TMC429
2
- version =2.3.0
2
+ version =2.3.1
3
3
author =Peter Polidoro <peter@polidoro.io>
4
4
maintainer =Peter Polidoro <peter@polidoro.io>
5
5
sentence =Trinamic TMC429 triple-axis dedicated step and direction motion controller.
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ class TMC429
173
173
174
174
// SPISettings
175
175
const static uint32_t SPI_CLOCK = 1000000 ;
176
- #if defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_RENESAS)
176
+ #if defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_RP2040) || defined( ARDUINO_ARCH_RENESAS)
177
177
const static BitOrder SPI_BIT_ORDER = MSBFIRST;
178
178
#else
179
179
const static uint8_t SPI_BIT_ORDER = MSBFIRST;
You can’t perform that action at this time.
0 commit comments