We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da4811 commit 08c294aCopy full SHA for 08c294a
shared-bindings/board/__init__.c
@@ -73,8 +73,10 @@ mp_obj_t board_i2c(void) {
73
MP_DEFINE_CONST_FUN_OBJ_0(board_i2c_obj, board_i2c);
74
75
76
-//| def SECOND_I2C() -> busio.I2C:
77
-//| """Returns the `busio.I2C` object for the secondary I2C pins, usually the STEMMA[QT] connector. It is a singleton."""
+//| def STEMMA_I2C() -> busio.I2C:
+//| """Returns the `busio.I2C` object for the STEMMA or STEMMA QT connector.
78
+//| Present only if the STEMMA connector provides a second, additional I2C bus that is not the same as `board.I2C()`.
79
+//| It is a singleton."""
80
//| ...
81
//|
82
0 commit comments