Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RizeCrime/linuxblaster_control
/ f32_val
Function
f32_val
testing/test_usb.py:47–48 ·
view source on GitHub ↗
(resp, offset=7)
Source
from the content-addressed store, hash-verified
45
return
r
46
47
def
f32_val(resp, offset=7):
48
return
struct.unpack(
'<f'
, resp[offset:offset+4])[0]
49
50
# === Init ===
51
print(
"=== Init ==="
)
Callers
1
test_usb.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected