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
Pull request #8 added faux-compatibility for pull up/down resistors by adding an optional parameter, so that existing code doesn't break. This issue is a placeholder to add real support for pull-up/down resistors.
As I understand, the sysfs interface does not support dynamic configuration of internal pull-up/down resistors. So an Allwinner-specific solution is necessary, just like Raspberry Pi has Broadcom-specific solutions.
The Allwinner-specific sunxi interface supports this, but you have to access the system memory directly. Is it compatible with sysfs interface?
Another option seems to be writing DTS overlays (like on RPi) and rebooting each time. But it seems this is not yet supported (/boot/dtb-4.13.8-sunxi/overlay/README.sun8i-h3-overlays)?
A similar Allwinner-specific solution are Fex Guide GPIO configuration and rebooting each time?
Pull request #8 added faux-compatibility for pull up/down resistors by adding an optional parameter, so that existing code doesn't break. This issue is a placeholder to add real support for pull-up/down resistors.
Related (originating) issue: #6
The text was updated successfully, but these errors were encountered: