Simba-Avionic / Simba-Avionic/srp
Write DID/RID for i2c_mw
Open
@Wiktor-Laska is already working on this.
Since Dec 10, 2025.
- Dominant language
- C++
- Stars
- 1
- Forks
- 3
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
- write func to write to i2c wchich any payload size where payload[0] = i2c_device_address, payload[1] = register_address, payload[2] = value_to_set, payload[3] = register_address, payload[4] = value_to_set, ...
- write func to read from i2c wchich accept payload where payload[0] = i2c_device_address, payload[1] = register_address, payload[2] = size of data to read
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.