-
Notifications
You must be signed in to change notification settings - Fork 585
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
[Proposal] SpiController and ISpiController #119
Labels
area-System.Device.Gpio
Contains types for using general-purpose I/O (GPIO) pins
enhancement
New feature or request
Comments
Referencing #126 |
We can probably bundle this up with #118 since they will be super similar, so I'm fine with closing this one in favor of having only one issue for both Spi and I2c controllers. |
shaggygi
changed the title
Determine structure for SpiController
[Proposal] SpiController and ISpiController
Jun 15, 2019
@joperezr Please reopen this and assign to me. New proposal notes are in the works. Hope to post soon. Thx. |
This was referenced Jun 15, 2019
joperezr
added
enhancement
New feature or request
area-System.Device.Gpio
Contains types for using general-purpose I/O (GPIO) pins
labels
Jun 17, 2019
Merged
Merged
ghost
locked as resolved and limited conversation to collaborators
Oct 15, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-System.Device.Gpio
Contains types for using general-purpose I/O (GPIO) pins
enhancement
New feature or request
Similar to the
GpioController
, there needs to be a mechanism to determine the bestSpiDevice
to use.Updated 6/24/2019
Proposed Changes
1. Add New SpiController
The creation of devices with a new static helper method that attempts to pick the best SPI device for OS app is executing on. This static method will be added to a new
sealed partial class
respective to OS.The text was updated successfully, but these errors were encountered: