You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the board to use the newest version of Blink.
Create a digitalio input pin with a pull (pin.switch_to_input(Pull.DOWN)
NotImplementedError is thrown.
Downgrade blinka to version 8.23.0 (for example)
Create a digitalio input pin with a pull (pin.switch_to_input(Pull.DOWN)
No error is thrown.
Description
On the current version of blinka (presumably any version after commit 7e23a36), the ability to use the internal pulldown resistors in the NanoPi Neo is prevented by a NotImplementedError, yet it still works with the old version of Blinka so the error is getting thrown accidently.
Additional information
The text was updated successfully, but these errors were encountered:
Thanks. It was split because it seems to only work on 1 of 3 different version ranges at a time. Pullups probably just need to be added to the version 1.x handler.
Board Name
NanoPi Neo
Steps
Description
On the current version of blinka (presumably any version after commit 7e23a36), the ability to use the internal pulldown resistors in the NanoPi Neo is prevented by a NotImplementedError, yet it still works with the old version of Blinka so the error is getting thrown accidently.
Additional information
The text was updated successfully, but these errors were encountered: