Hello,
i find this in OpenCat.h:
#elif defined NyBoard_V1_0
byte pins[] = {12, 11, 3, 4,
13, 10, 5, 2,
14, 9, 6, 1,
15, 8, 7, 0
};
#define BATT A7
#define LOW_BATT 640
#define DEVICE_ADDRESS 0x54
#define BAUD_RATE 115200
//define PIXEL_PIN 10
#endif
Â
Pin 3 and Pin 4:
I Think it must be: {12, 11, 4, 3, ...
isn't it?
It only changes which pin you plug the tail panning servo.