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

MicroPython I2C general TODOS #21

Open
6 tasks
Ivan-Velickovic opened this issue Mar 7, 2024 · 0 comments
Open
6 tasks

MicroPython I2C general TODOS #21

Ivan-Velickovic opened this issue Mar 7, 2024 · 0 comments

Comments

@Ivan-Velickovic
Copy link
Collaborator

  • Handle large requests/split up requests.
  • Check that we're releasing the I2C bus when we get an error
  • Handle multiple busses better, right now the machine_i2c.c code makes some assumptions about only talking to one I2C device driver/sub-system.
  • Document what sub-section of the I2C API we cover (e.g machine_i2c.c only provides I2C transfer to MicroPython but not sure if that gives access to all APIs to users).
  • Implement machine_i2c_print?
  • Add a script for testing I2C functionality?
@Ivan-Velickovic Ivan-Velickovic added this to the 0.1.0 milestone Mar 15, 2024
@Ivan-Velickovic Ivan-Velickovic removed this from the 0.2.0 milestone Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant