diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/README | 22 | ||||
-rw-r--r-- | demo/all_high_8ch_short.sr | bin | 0 -> 442 bytes | |||
-rw-r--r-- | demo/all_low_8ch_short.sr | bin | 0 -> 442 bytes | |||
-rw-r--r-- | demo/incremental_8ch_long.sr | bin | 0 -> 801 bytes | |||
-rw-r--r-- | demo/incremental_8ch_medium.sr | bin | 0 -> 469 bytes | |||
-rw-r--r-- | demo/incremental_8ch_short.sr | bin | 0 -> 449 bytes | |||
-rw-r--r-- | demo/random_8ch_short.sr | bin | 0 -> 449 bytes |
7 files changed, 22 insertions, 0 deletions
diff --git a/demo/README b/demo/README new file mode 100644 index 0000000..a46eede --- /dev/null +++ b/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> + diff --git a/demo/all_high_8ch_short.sr b/demo/all_high_8ch_short.sr Binary files differnew file mode 100644 index 0000000..0b9cdcc --- /dev/null +++ b/demo/all_high_8ch_short.sr diff --git a/demo/all_low_8ch_short.sr b/demo/all_low_8ch_short.sr Binary files differnew file mode 100644 index 0000000..20bf5e7 --- /dev/null +++ b/demo/all_low_8ch_short.sr diff --git a/demo/incremental_8ch_long.sr b/demo/incremental_8ch_long.sr Binary files differnew file mode 100644 index 0000000..5b974ad --- /dev/null +++ b/demo/incremental_8ch_long.sr diff --git a/demo/incremental_8ch_medium.sr b/demo/incremental_8ch_medium.sr Binary files differnew file mode 100644 index 0000000..83bdd96 --- /dev/null +++ b/demo/incremental_8ch_medium.sr diff --git a/demo/incremental_8ch_short.sr b/demo/incremental_8ch_short.sr Binary files differnew file mode 100644 index 0000000..78a6180 --- /dev/null +++ b/demo/incremental_8ch_short.sr diff --git a/demo/random_8ch_short.sr b/demo/random_8ch_short.sr Binary files differnew file mode 100644 index 0000000..924bcae --- /dev/null +++ b/demo/random_8ch_short.sr |