mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Add: write documents around I/O.
This commit is contained in:
@@ -208,4 +208,9 @@ Perform device presence check on I2C bus.
|
||||
|true|Read success|
|
||||
|false|Read failure|
|
||||
|
||||
**Example of use;**
|
||||
|
||||
```arduino
|
||||
bool result[0x80];
|
||||
M5.I2C.scanID(&result[0]);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user