MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / I2C

Function I2C

cpython/kbdFeatherWing/lib/kfw_pico_board.py:93–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92
93def I2C():
94 global _I2C
95
96 if not _I2C:
97 _I2C = busio.I2C(SCL, SDA)
98
99 return _I2C

Callers

nothing calls this directly

Calls 1

I2CMethod · 0.80

Tested by

no test coverage detected