Skip to content

Add multi-GPIO group support#256

Open
fhunleth wants to merge 1 commit into
mainfrom
multi-gpio-2
Open

Add multi-GPIO group support#256
fhunleth wants to merge 1 commit into
mainfrom
multi-gpio-2

Conversation

@fhunleth

Copy link
Copy Markdown
Member

This updates Circuits.GPIO.open/3 to support being passed a list of
GPIOs. These GPIOs are then read or written together. GPIO values are
numbers where the least significant bit is the first GPIO, then the next
one, etc. This improves performance and removes inter-GPIO delays. All
lines in a group must be on the same controller.

This updates `Circuits.GPIO.open/3` to support being passed a list of
GPIOs. These GPIOs are then read or written together. GPIO values are
numbers where the least significant bit is the first GPIO, then the next
one, etc. This improves performance and removes inter-GPIO delays. All
lines in a group must be on the same controller.
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.

1 participant