diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-12-21 15:06:47 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-12-21 15:06:47 +0100 |
commit | 61c463b6f6cd6f79f3b90b74b0dad3a00422c951 (patch) | |
tree | b250aea2804956ee8e35de11b2a6a443799c1f3b /misc/demo/README | |
parent | d77a5d7d2f32edf0a4421bbe1738a089eb49b6f5 (diff) | |
download | sigrok-dumps-61c463b6f6cd6f79f3b90b74b0dad3a00422c951.tar.gz sigrok-dumps-61c463b6f6cd6f79f3b90b74b0dad3a00422c951.zip |
Move demo/ into misc/.
Diffstat (limited to 'misc/demo/README')
-rw-r--r-- | misc/demo/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/demo/README b/misc/demo/README new file mode 100644 index 0000000..a46eede --- /dev/null +++ b/misc/demo/README @@ -0,0 +1,22 @@ +------------------------------------------------------------------------------- +libsigrok demo driver +------------------------------------------------------------------------------- + +This is a set of example captures generated by the libsigrok "demo" driver. + + +Logic analyzer setup +-------------------- + +The "logic analyzer" used was the libsigrok "demo" driver (at 1MHz), using +the logic probes D0-D7. + + +Data +---- + +The sigrok command line used was: + + sigrok-cli -d demo:logic_channels=8 -c pattern=<pattern>:samplerate=1mhz \ + -g Logic --samples <numsamples> -o <filename> + |