... MSB = ord(f.read(1)) LSB = ord(f.read(1)) data = struct.pack('BB', LSB, ... @micropython.asm_thumb def reverse(r0, r1): # bytearray, ...
確定! 回上一頁