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