I would like to be able to enable the pull-up resistors on the analog ports of the grovepi so that when a sensor is not plugged in I will always get the same value when reading the port.
Does the grovepi have internal pull-ups, and how would I access them in my python script?
Hi,
Right now you cannot enable the pullups on the GrovePi from the Raspberry Pi. You can modify the firmware a bit to do it. Arduino documentation does warn against doing that http://arduino.cc/en/Tutorial/AnalogInputPins .