-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Library currently enables internal pull ups:
pin.pull = Pull.UP |
but not all boards have internal pulls.
FT2332H for example:
https://forums.adafruit.com/viewtopic.php?f=60&t=192604
Metadata
Metadata
Assignees
Labels
No labels
Activity
caternuson commentedon Jul 12, 2022
Could surround with try/except and just silently consume the exception? Sort of like "enable internal pulls if they exist".