potmeter returns values 0, 1, 2 & 3 instead of 0 - 1023

Hi,
If you have the center terminal of the pot connected to A2.

Then

#define potmeter A3

should be.

#define potmeter A2

Tom... :slight_smile: