Files
Radio/SoftwareDefined/HackRF/hackrf-2021.03.1/tools/sgpio_debug/create_tx_counter.py
2022-05-13 13:08:12 -04:00

3 lines
73 B
Python

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