Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPIO pin control and Linux support #8

Open
brycecherry75 opened this issue Dec 9, 2024 · 1 comment
Open

GPIO pin control and Linux support #8

brycecherry75 opened this issue Dec 9, 2024 · 1 comment

Comments

@brycecherry75
Copy link

Are there any plans to include GPIO functionality (read/write/set as input/set as output) on GPIOx pins?
Also, is there any Linux support and if not, when will it be implemented?

@i2cy
Copy link
Owner

i2cy commented Dec 19, 2024

Hi there,

There is a plan that GPIO control would be supported, soon or later.

Since this library is based on hidapi, and USB-HID is a universal standard, I would say it is a cross-platform library that you can use on any OS that runs Python (hidapi should be automatically installed while using pip install ch347api).

Even though differences are crossing different platform, there should be no difference using this libraray. For example, as for my specific application, I used it for my project that runs on arm64 device which is of course Linux based while tested on my Windows PC with the exact same code of module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants