I need only 4 Motorpins, so my hope is that I can use another Pin (e.g. D11)
Where can I change the Pinaasignment in the Code to work with D11 instead?
In Output.cpp I found
Code: Select all
/**************************************************************************************/
/*************** Motor Pin order ********************/
/**************************************************************************************/
// since we are uing the PWM generation in a direct way, the pin order is just to inizialie the right pins
// its not possible to change a PWM output pin just by changing the order
as remarked in the Code this seems not to be the right place, but where is the right Place, I'm not a Coder and for me it is hardly possible to follow the Code.
Can anybody help please?