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

Create Drv::I2cDriver Interface #2580

Open
LeStarch opened this issue Mar 12, 2024 · 0 comments
Open

Create Drv::I2cDriver Interface #2580

LeStarch opened this issue Mar 12, 2024 · 0 comments
Labels
Easy First Issue An issue that should be straight forward to implement, and easily tested via CI. enhancement Medium Priority

Comments

@LeStarch
Copy link
Collaborator

F´ Version
Affected Component

Feature Description

Make an interface out of Drv/LinuxI2cDriver protocol. See #2255 for an example interface change set.

The following three ports should be pulled out of Drv::LinuxI2cDriver into Svc/Interfaces/I2cInterface.fppi such that other I2C implementations can use it.

guarded input port write: Drv.I2c
guarded input port read: Drv.I2c
guarded input port writeRead: Drv.I2cWriteRead

Note: annotations should be added to explain what each port does.

@LeStarch LeStarch added Medium Priority Easy First Issue An issue that should be straight forward to implement, and easily tested via CI. labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy First Issue An issue that should be straight forward to implement, and easily tested via CI. enhancement Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant