Implement RLE mode for 50Hz or lower sample rates. (via hhermsen in issue #9)

Support RLE mode for samples rates of 50Hz or less.  Code from hhermsen
in issue #9.
This is a work in progress.  Hopefully RLE can be added for higher
sample rates in the future.
This commit is contained in:
Andrew Gillham
2013-02-08 14:31:05 -08:00
parent 445dac179c
commit 864ae2c826
2 changed files with 52 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ device.capturesizes = 64, 128, 256, 512, 1024
# Whether or not the noise filter is supported
device.feature.noisefilter = false
# Whether or not Run-Length encoding is supported
device.feature.rle = false
device.feature.rle = true
# Whether or not a testing mode is supported
device.feature.testmode = false
# Whether or not triggers are supported