-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support SPI #209
Comments
Fleker
added a commit
to Fleker/cyanobyte
that referenced
this issue
Jul 29, 2020
Amends schema to note SPI fields Provide example for Raspberry Pi in separate template Only supports register I/O at the moment See google#209
Fleker
added a commit
that referenced
this issue
Aug 18, 2020
Amends schema to note SPI fields Provide example for Raspberry Pi in separate template Only supports register I/O at the moment See #209
Fleker
added a commit
to Fleker/cyanobyte
that referenced
this issue
Aug 18, 2020
Fleker
added a commit
that referenced
this issue
Aug 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement a basic SPI mode that can use a mix of registers or serialized message buffers. If it uses registers and supports multiple transport layers, how do we separate I2C and SPI?
This format is already supported in several platforms including Arduino and Android Things and uses transactions.
We should update the JSON schema at the same time to perform proper validation.
Example spec:
The text was updated successfully, but these errors were encountered: