]> sigrok.org Git - libsigrok.git/commit
Limit frames instead of samples.
authorJanne Huttunen <redacted>
Sat, 20 Dec 2014 15:33:24 +0000 (17:33 +0200)
committerUwe Hermann <redacted>
Tue, 6 Jan 2015 19:10:17 +0000 (20:10 +0100)
commit787ec9dbd9613d34e0afed6ec145f24917e450c5
tree3d19a1604201813a395703e743d0b5064725db80
parenta6413fa58e455fb4a654720218183e297835226c
Limit frames instead of samples.

Since every individual measurement is represented by a single frame
and a "sample" isn't all that meaningful concept in this context,
it makes more sense to define possible limit in number of frames.
Make the es51919 driver to support setting a frame limit instead of
a sample limit.
src/lcr/es51919.c