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

Function SPI

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

Source from the content-addressed store, hash-verified

85
86
87def SPI():
88 global _SPI
89
90 if not _SPI:
91 _SPI = board.SPI()
92
93 return _SPI
94
95
96def UART():

Callers

nothing calls this directly

Calls 1

SPIMethod · 0.80

Tested by

no test coverage detected