Currently I am using all 6 Analog Input-pins for a readout of a few sensors. (int aiPin = 3;, pinMode(aiPin, INPUT); ) I am also using 4 Servos (Servo servo1;, servo1.attach(3); ), connected to the 3,5,6 and 9 PWM pins.
The problem I have is that the AIpins conflict with the servos? If I 'pinMode' AIpin 3 and 5, my servos connected to DOpin 3 and 5 wont work?
I am confused, I can't find any information? Is this normal? :X