pinMode can be used on A0-A5 to turn the internal pull-up resistor on or off.
pinMode(A0, INPUT_PULLUP); //on
pinMode(A0, INPUT); //off
pinMode can be used on A0-A5 to turn the internal pull-up resistor on or off.
pinMode(A0, INPUT_PULLUP); //on
pinMode(A0, INPUT); //off