Create an I2C device with MicroPython (Pico Project) #9791
Unanswered
mchobby
asked this question in
Using MicroPython
Replies: 2 comments 1 reply
-
https://forum.micropython.org/viewtopic.php?t=9736#p54482 (Summary: i2c peripheral is supported by the hardware, but no MicroPython API for it currently... some thought needs to go into the design) |
Beta Was this translation helpful? Give feedback.
1 reply
-
This has been discussed on the Raspberry Pi forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to create a MicroPython Device that expose an I2C interface.
Creating an I2C client (to control an I2C device) does looks obvious to me.
However creating an I2C "server" (to being controlled over I2C) is not so obvious.
I did find any resource/thread/example on that subject.
Does anyone have a suggestion?
Beta Was this translation helpful? Give feedback.
All reactions