Problem with analogRead; Not updating/reading right

The currently published Tinker.ino file doesn't work right with the Photon. See this thread for more info:

If you do as I mention in my original post, and remove this line (from function tinkerAnalogRead, line 62):

pinMode(pinNumber+10, INPUT);

You'll get accurate reads.