I2C: User-facing interface library #211
Labels
drivers
Issues pertaining to driver code for a device class
enhancement
New feature or request
protocol
Issues pertaining to protocols for interfacing with drivers
I2C operations with our driver look identical in all applications, unless the user is doing something very weird. As a result, it makes sense to extract this logic into a library which can be used by clients to interface with the virtualiser and ensure that they always compose semantically correct I2C transactions. This will also make the driver significantly easier to employ since end users simply can call
I2C_init
and thenread
orwrite
operations as needed.The text was updated successfully, but these errors were encountered: