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

Function I2C

cpython/CytronMPP/lib/cyt_mpp_board.py:72–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 return _SPI
71
72def I2C():
73 global _I2C
74
75 if not _I2C:
76 _I2C = busio.I2C(GP3, GP2)
77
78 return _I2C
79

Callers

nothing calls this directly

Calls 1

I2CMethod · 0.80

Tested by

no test coverage detected