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

Function SPI

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

Source from the content-addressed store, hash-verified

73kfw = True
74
75def SPI():
76 global _SPI
77
78 if not _SPI:
79 _SPI = busio.SPI(SCK, COPI, CIPO)
80
81 return _SPI
82
83
84def UART():

Callers

nothing calls this directly

Calls 1

SPIMethod · 0.80

Tested by

no test coverage detected