First attempt at adding TMC Driver support. May need some cleanup.
This commit is contained in:
parent
b55995aae8
commit
38500165ea
57 changed files with 33325 additions and 2 deletions
17
ArduinoAddons/Arduino_1.x.x/libraries/TMC26XStepper/.gitignore
vendored
Normal file
17
ArduinoAddons/Arduino_1.x.x/libraries/TMC26XStepper/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#mac stuff
|
||||
.DS_Store
|
||||
|
||||
#eclipse stuff
|
||||
.classpath
|
||||
.project
|
||||
|
||||
#processing stuff
|
||||
generated/
|
||||
examples/TMC26XMotorTester/processing/TMC26XMotorTest/application.*/
|
||||
examples/TMC26XMotorTester/processing/TMC26XMotorTest/application.*
|
||||
|
||||
#eagle stuff
|
||||
schematics/*.b#?
|
||||
schematics/*.s#?
|
||||
|
||||
*.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue