teemuatlut / TMC2130Stepper

Arduino library for Trinamic TMC2130 Stepper driver
MIT License
159 stars 50 forks source link

Atmega2560 softSPI workaround #22

Closed q3ok closed 6 years ago

q3ok commented 6 years ago

Workaround for Atmega2560 (the most common board used with RAMPS) by using the default built-in functions like digitalwrite etc.

q3ok commented 6 years ago

21

teemuatlut commented 6 years ago

I will need to investigate why SW SPI wouldn't be working and come up with a proper fix. So I won't be merging this one in.

teemuatlut commented 6 years ago

Release v2.1.5 should address the problem.