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 fab27f6 commit ab65e88Copy full SHA for ab65e88
shared-bindings/board/__init__.c
@@ -43,6 +43,12 @@
43
//| .. warning:: The board module varies by board. The APIs documented here may or may not be
44
//| available on a specific board."""
45
46
+//| board_id: str
47
+//| """Board ID string. The unique identifier for the board model in
48
+//| circuitpython, as well as on circuitpython.org.
49
+//| Example: "hallowing_m0_express"."""
50
+//|
51
+
52
//| def I2C() -> busio.I2C:
53
//| """Returns the `busio.I2C` object for the board designated SDA and SCL pins. It is a singleton."""
54
//| ...
0 commit comments