Skip to content

Commit 039ebae

Browse files
authored
Merge pull request adafruit#10891 from FoamyGuy/busio_docs_fix
fix return type doc in I2C.probe()
2 parents 0dbd5e0 + c7b687d commit 039ebae

File tree

1 file changed

+1
-1
lines changed
  • shared-bindings/busio

1 file changed

+1
-1
lines changed

shared-bindings/busio/I2C.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static void check_lock(busio_i2c_obj_t *self) {
112112
}
113113
}
114114

115-
//| def probe(self, address: int) -> List[int]:
115+
//| def probe(self, address: int) -> bool:
116116
//| """Check if a device at the specified address responds.
117117
//|
118118
//| :param int address: 7-bit device address

0 commit comments

Comments
 (0)