piface / pifacedigitalio

The PiFace Digital input/output module.
GNU General Public License v3.0
110 stars 48 forks source link

Can not set pullup values #2

Closed bulletmark closed 11 years ago

bulletmark commented 11 years ago

digital_write_pullup() does not work because it calls read_pullup() which is a typo. Should be read_pullups(). Same bug exists in the github piface repo.

Need a little more documentation on the pullup stuff. E.g. what is the default setting? Can you pull up, pull down, or leave floating?

tompreston commented 11 years ago

I've fixed the bug. I'll try to update the documentation in the coming week.

Thanks