teemuatlut / TMC2130Stepper

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

SEIMIN_bm is wrong #7

Closed nanoq closed 7 years ago

nanoq commented 7 years ago

FYI.

The mask SEIMIN_bm (0x80000UL) is wrong. It is in the stallGuard2 threshold value. It must be #define SEIMIN_bm 0x8000UL (bit 15).

teemuatlut commented 7 years ago

Fixed. Thanks.