Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
def
SPI():
88
global _SPI
89
90
if
not _SPI:
91
_SPI = board.SPI()
92
93
return
_SPI
94
95
96
def
UART():
Callers
nothing calls this directly
Calls
1
SPI
Method · 0.80
Tested by
no test coverage detected