-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
[Enhancement] Add a digitalRead SPI command #19
Labels
wontfix
This will not be worked on
Comments
it's also useful to be able to read anlog pins value |
Some use cases:
|
Hi @anecdata, At this time, we are not interested in implementing this feature, I'm marking the issue as won't fix. |
Now implemented as part of #67 |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nina-fw currently supports pinMode, analogWrite, and DigitalWrite. It would be very useful to also be able to read from the ESP32's digital pins via SPI from an attached processor.
The text was updated successfully, but these errors were encountered: