]> sigrok.org Git - sigrok-meter.git/commit
Remove the thread used for sampling.
authorJens Steinhauser <redacted>
Sat, 10 Oct 2015 14:45:25 +0000 (16:45 +0200)
committerJens Steinhauser <redacted>
Tue, 13 Oct 2015 18:53:00 +0000 (20:53 +0200)
commit2e8c2e6e68049604c25a5f035ff4c71513bce31b
treeb7306ca1af0f9c810f81ac14df1b42d30783f867
parentbb56e1c66bdc7a33971667bd622477c9cc70fc2b
Remove the thread used for sampling.

Changes in libsigrok allow for doing everything in one (the main) thread
now.
acquisition.py [new file with mode: 0644]
mainwindow.py
samplingthread.py [deleted file]
test.py