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

[Enhancement] Add a digitalRead SPI command #19

Closed
anecdata opened this issue Apr 25, 2019 · 5 comments
Closed

[Enhancement] Add a digitalRead SPI command #19

anecdata opened this issue Apr 25, 2019 · 5 comments
Labels
wontfix This will not be worked on

Comments

@anecdata
Copy link

anecdata commented Apr 25, 2019

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.

@xelll
Copy link

xelll commented Apr 28, 2019

it's also useful to be able to read anlog pins value

@anecdata
Copy link
Author

anecdata commented May 15, 2019

Some use cases:

  • GPIO expansion;
  • Adafruit ESP32 Feather has battery voltage on (unexposed) pin A13 / I35;
  • Ability to read specially-configured ESP32 co-processor inputs would allow the main processor to determine the form factor of the attached ESP32 co-processor (e.g., Adafruit Airlift Breakout vs. Adafruit ESP32 Feather vs. Adafruit ESP32 Breakout, etc.), and adapt to its unique capabilities.

@sandeepmistry
Copy link
Contributor

Hi @anecdata,

At this time, we are not interested in implementing this feature, I'm marking the issue as won't fix.

@anecdata
Copy link
Author

Now implemented as part of #67

@xelll
Copy link

xelll commented Jul 13, 2021

Now implemented as part of #67

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants