Im newbie here and just getting started with multiwii so any help is appreciated!
Thank you in advance!

Code: Select all
/************************** atmega32u4 (Promicro) ***********************************/
Code: Select all
//Standart RX
#define THROTTLEPIN 3
#if defined(A32U4ALLPINS)
#define ROLLPIN 6
#define PITCHPIN 2
#define YAWPIN 4
#define AUX1PIN 5
#else
#define ROLLPIN 4
#define PITCHPIN 5
#define YAWPIN 2
#define AUX1PIN 6
#endif
#define AUX2PIN 7
#define AUX3PIN 1 // unused
#define AUX4PIN 0 // unused