-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
Where can I find some more information about how i2c slave works? For example:
- I'm looking at the i2cping example, and it looks like the slave is polling for updates. Is it possible to get an interrupt notification instead of polling?
- If a read asks for more bytes than available does it block until that many bytes have been read, or does it return immediately with whatever is currently available?
- Is there any buffering on the received data and if so what size is the buffer?
Metadata
Metadata
Assignees
Labels
No labels