We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. I am unable to find a supported shift register easily.
Describe the solution you'd like Support for https://github.com/adafruit/Adafruit_CircuitPython_74HC595.
Describe alternatives you've considered I've tried finding breakout boards for 74HC165 or CD4021 but they are to find in my country.
Additional context Add any other context or screenshots about the feature request here. It's also supported by ZMK.
Is this already supported by digitalio.DigitalInOut somehow?
The text was updated successfully, but these errors were encountered:
'595 is a shift register for controlling multiple outputs, unlike the '165 which is a shift register for reading multiple inputs, see https://electronics.stackexchange.com/questions/395870/what-are-the-differences-between-shift-register-ics#:~:text=The%2074HC165%20can%20be%20used,to%20just%20a%20few%20GPIO's.&text=For%20a%20newcomer%2C%20the%20main,%2Fparallel%20out%20(SIPO).
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I am unable to find a supported shift register easily.
Describe the solution you'd like
Support for https://github.com/adafruit/Adafruit_CircuitPython_74HC595.
Describe alternatives you've considered
I've tried finding breakout boards for 74HC165 or CD4021 but they are to find in my country.
Additional context
Add any other context or screenshots about the feature request here.
It's also supported by ZMK.
Is this already supported by digitalio.DigitalInOut somehow?
The text was updated successfully, but these errors were encountered: