hackrf/tools/sgpio_debug/create_tx_counter.py
2020-01-20 23:33:44 +00:00

3 lines
73 B
Python

with open('tx_counter.bin', 'wb') as f:
f.write(bytes(range(256))*1000)