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

Function SPI

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

Source from the content-addressed store, hash-verified

62board_id = board.board_id
63
64def SPI():
65 global _SPI
66
67 if not _SPI:
68 _SPI = busio.SPI(SCK, COPI, CIPO)
69
70 return _SPI
71
72def I2C():
73 global _I2C

Callers 2

ThngPls_SAMD51.pyFile · 0.50
XIAO_nRF52840.pyFile · 0.50

Calls 1

SPIMethod · 0.80

Tested by

no test coverage detected