Open void4 opened 6 years ago
it seems until now still not yes supported. hopefully it soon as possible
still no update for pull up?
Hi, i ve added INPUT_PULLUP in my fork: https://github.com/ale-novo/pyFirmata
commit: https://github.com/ale-novo/pyFirmata/commit/65bc649e579f9883f60992da06184907df5af007
you should use pin mode as INPUT_PULLUP
Hi, i ve added INPUT_PULLUP in my fork: https://github.com/ale-novo/pyFirmata
commit: ale-novo@65bc649
you should use pin mode as INPUT_PULLUP
its work's thank you
Hi, i ve added INPUT_PULLUP in my fork: https://github.com/ale-novo/pyFirmata
commit: ale-novo@65bc649
you should use pin mode as INPUT_PULLUP
It doesn't seems to work for me tho, i'm using this syntax
COM = board.digital[9] COM.mode = pyfirmata.INPUT_PULLUP
It seems to be implemented in the Firmata library, does pyfirmata support it as well?