Porting a lib using linux smbus to Micropython #16925
Unanswered
fmafma
asked this question in
RP2040 / Pico
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
For a students project, I need to port this library to Micropython: https://github.com/Atlas-Scientific/python_AtlasOEM_lib
I think I only need to port the
AtlasOEM
class, but I'm not familiar with the smbus linux methods. Could someone which Micropython I2C methods I should use in place of:and if there is a better way to handle there
read_16(), read_32u()
... methods?Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions