Blame view
redpitaya/server/test.py
132 Bytes
9d344927e first commit |
1 2 3 4 5 6 |
import time with open('/dev/data16_adc12', 'r') as f: for line in f: print(line.encode('bin')) time.sleep(0.1) |
9d344927e first commit |
1 2 3 4 5 6 |
import time with open('/dev/data16_adc12', 'r') as f: for line in f: print(line.encode('bin')) time.sleep(0.1) |