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

Add ruhrohrotaryio for non-sequential pin rotaryio use on rp2040 et al #188

Closed
wants to merge 6 commits into from
Closed

Conversation

todbot
Copy link
Contributor

@todbot todbot commented Oct 15, 2023

The rotaryio on at least RP2040 boards requires sequential GPIO pins which is confusing on, say, the QTPy RP2040 where pins seemingly next to each other like TX & SCL are not actually GPIO sequential. This little "fake rotaryio" driver acts like rotaryio but lets you any two pins.

.gitmodules Outdated
@@ -391,3 +391,6 @@
[submodule "libraries/drivers/at24mac_eeprom"]
path = libraries/drivers/at24mac_eeprom
url = https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git
[submodule "libraries/drivers/ruhrohrotaryio"]
path = libraries/drivers/ruhrohrotaryio
url = [email protected]:todbot/CircuitPython_Community_Bundle.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the url here needs to be https:// instead of git@ and this URL is pointing back to a fork of the Bundle rather than then new sub-project.

I think this URL should be:

https://github.com/todbot/CircuitPython_RuhRohRotaryIO.git

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh! let me try, thank you

@todbot
Copy link
Contributor Author

todbot commented Oct 16, 2023

alright let me start all over again

@todbot todbot closed this Oct 16, 2023
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

Successfully merging this pull request may close these issues.

2 participants