Files

copied
Last update 2 years 1 month by Gianpaolo Macario
Filestoolssgpio_debug
..
create_tx_counter.py
sgpio_debug_rx.grc
sgpio_debug_tx.sh
create_tx_counter.py
with open('tx_counter.bin', 'wb') as f: f.write(bytes(range(256))*1000)
Report a bug