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 /demo | |
parent | d77a5d7d2f32edf0a4421bbe1738a089eb49b6f5 (diff) | |
download | sigrok-dumps-61c463b6f6cd6f79f3b90b74b0dad3a00422c951.tar.gz sigrok-dumps-61c463b6f6cd6f79f3b90b74b0dad3a00422c951.zip |
Move demo/ into misc/.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/README | 22 | ||||
-rw-r--r-- | demo/all_high_8ch_short.sr | bin | 442 -> 0 bytes | |||
-rw-r--r-- | demo/all_low_8ch_short.sr | bin | 442 -> 0 bytes | |||
-rw-r--r-- | demo/incremental_8ch_long.sr | bin | 801 -> 0 bytes | |||
-rw-r--r-- | demo/incremental_8ch_medium.sr | bin | 469 -> 0 bytes | |||
-rw-r--r-- | demo/incremental_8ch_short.sr | bin | 449 -> 0 bytes | |||
-rw-r--r-- | demo/random_8ch_short.sr | bin | 449 -> 0 bytes |
7 files changed, 0 insertions, 22 deletions
diff --git a/demo/README b/demo/README deleted file mode 100644 index a46eede..0000000 --- a/demo/README +++ /dev/null @@ -1,22 +0,0 @@ -------------------------------------------------------------------------------- -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> - diff --git a/demo/all_high_8ch_short.sr b/demo/all_high_8ch_short.sr Binary files differdeleted file mode 100644 index 0b9cdcc..0000000 --- a/demo/all_high_8ch_short.sr +++ /dev/null diff --git a/demo/all_low_8ch_short.sr b/demo/all_low_8ch_short.sr Binary files differdeleted file mode 100644 index 20bf5e7..0000000 --- a/demo/all_low_8ch_short.sr +++ /dev/null diff --git a/demo/incremental_8ch_long.sr b/demo/incremental_8ch_long.sr Binary files differdeleted file mode 100644 index 5b974ad..0000000 --- a/demo/incremental_8ch_long.sr +++ /dev/null diff --git a/demo/incremental_8ch_medium.sr b/demo/incremental_8ch_medium.sr Binary files differdeleted file mode 100644 index 83bdd96..0000000 --- a/demo/incremental_8ch_medium.sr +++ /dev/null diff --git a/demo/incremental_8ch_short.sr b/demo/incremental_8ch_short.sr Binary files differdeleted file mode 100644 index 78a6180..0000000 --- a/demo/incremental_8ch_short.sr +++ /dev/null diff --git a/demo/random_8ch_short.sr b/demo/random_8ch_short.sr Binary files differdeleted file mode 100644 index 924bcae..0000000 --- a/demo/random_8ch_short.sr +++ /dev/null |