Replies: 1 comment 3 replies
-
You can run i2c.scan() and wait for the device's address to show up in the result list. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing the script for esp8266 that is acting as i2c master (using machine.i2c) for communicating with another i2c device. Is there a correct way to wait in a loop for slave device to be powered on so i can start read\write operations after that? Any suggestions are welcome!
Beta Was this translation helpful? Give feedback.
All reactions