Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
kfw = True
74
75
def
SPI():
76
global _SPI
77
78
if
not _SPI:
79
_SPI = busio.SPI(SCK, COPI, CIPO)
80
81
return
_SPI
82
83
84
def
UART():
Callers
nothing calls this directly
Calls
1
SPI
Method · 0.80
Tested by
no test coverage detected