Skip to content

SPI fix needed for TMC6200 #66

@kiss81

Description

@kiss81

Small but fatal issue in the tmc6200.cpp :)
You can check one of the other drivers where it's fine...

Line 183 and 202:

spi->end();
must be both
spi->endTransaction();

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions