teemuatlut / TMCStepper

MIT License
504 stars 198 forks source link

[FR] Add more "Human-readable" helper functions #152

Open wolfgangmauer opened 4 years ago

wolfgangmauer commented 4 years ago

I like to use your library in other languages, such as .netcore, it would be nice to have some more "Human-readable" funtions and not just have "register-name" funktions e.g. toff/MSCNT/TPWMTHRS/uv_cp/........ ;-)

teemuatlut commented 4 years ago

This is what I did with the old TMC2130Stepper library, but in the end I didn't use them much and looking at the TMCStepper header file, there are hundreds of methods. There's also a concern for the compile size that should not be affected.