Im porting the miner.py to C because I have no python on my embedded system.
Can someone explan me what this python snipped is all about:
self.fpga.write(struct.pack("B", 1) + job.state[::-1] + job.data[75:63:-1]
Does it mean bytes 75 to 63 are snipped out in reverse order???
b.r.
LazarusLong