Replies: 1 comment
-
And in C++ for esp32 |
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
-
https://github.com/bareboat-necessities/rust-modules/tree/main/rust-i2c-scan
i2c-scanner for Linux written in Rust
Detects i2c addresses using roughly same way as i2cdetect.
Checks i2c database to display possible matching devices models by their found i2c addresses.
(The code was generated based on data in https://i2cdevices.org database)
Building
Sample output
Beta Was this translation helpful? Give feedback.
All reactions