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

Added support for driving the aux-spi port. #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarkvanderPol
Copy link

Mostly copied the primary port equivalents and changed their name.

Added the flag WORKER_ENABLED to permit running in newer NODE
releases easier, but I have not verified if the code can actually
do multi-threading. A quick glance indicates most register
access are benign, but if two processes separately start to access
a SPI port results may be surprising.

primary port equivalents and changed their name.
Added the flag WORKER_ENABLED to permit running in newer NODE
releases easier, but I have not verified if the code can actully
do multi-threading. A quick glance indicates most register
access are benign, but if two processes seperately start to access
a SPI port results may be suprising.
@jperkin
Copy link
Owner

jperkin commented Jun 26, 2021

Hey, just want to say thanks for doing this! Sorry it's taking me a while to review but things have been busy, I'll try to get to it as soon as I can.

@waltsatan
Copy link

Any plan to merge this? I've got a project needing to use both SPI ports.

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.

3 participants