summaryrefslogtreecommitdiff
path: root/misc/demo/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/demo/README')
-rw-r--r--misc/demo/README22
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>
+