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

Function I2C

cpython/kbdFeatherWing/lib/kfw_s2_board.py:105–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103
104
105def I2C():
106 global _I2C
107
108 if not _I2C:
109 _I2C = board.I2C()
110
111 return _I2C
112

Callers

nothing calls this directly

Calls 1

I2CMethod · 0.80

Tested by

no test coverage detected