Maximising resolution

This function: analogReference() - Arduino Reference can set the internal reference of 1.1V.

analogReference(INTERNAL);  // set internal reference of 1.1V
delay(20);  // wait some time for the analog reference to become stable