You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning.
I need to change motor pin in multiwii 2.4.
I use Arduino Nano and NRF24L01 so I need pin 11 for MOSI.
Please help me to change pin number 11 into pint number 5 or 6.
Thanks.
The text was updated successfully, but these errors were encountered:
The motor pin order configuration is defined in the Output.cpp file.
For the Arduino Nano in particular is at line 20, you'll have to modify those lines accordingly.
Thanks @zioCristia (I'm italian too).
Is it really so simple?
I'm going to use
#define PITCHPIN 8
because pin 8 is unused, and
#if defined(PROMINI)
uint8_t PWM_PIN[8] = {9,10,5,3,6,5,A2,12}; //for a quad+: rear,right,left,front
#endif
That's all?
Nothing else for my tricopter?
Good morning.
I need to change motor pin in multiwii 2.4.
I use Arduino Nano and NRF24L01 so I need pin 11 for MOSI.
Please help me to change pin number 11 into pint number 5 or 6.
Thanks.
The text was updated successfully, but these errors were encountered: