I set up a potentiometer on pin 0. When I try to get it's value, analogRead returns an empty string. ``` ruby board.analogRead(0) #=> "" ```