MCPcopy 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
47def f32_val(resp, offset=7):
48 return struct.unpack('<f', resp[offset:offset+4])[0]
49
50# === Init ===
51print("=== Init ===")

Callers 1

test_usb.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected