]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/demo/demo.c
Demo: Use 20Vpp as amplitude instead of 50Vpp
[libsigrok.git] / src / hardware / demo / demo.c
index 6042cfd98fca6bb029e414fcd76e14a984996ed4..e7948cdc4a89f7e175506f86683c6e2ae6d2e79f 100644 (file)
@@ -38,7 +38,7 @@
 /* Size of the analog pattern space per channel. */
 #define ANALOG_BUFSIZE       4096
 
-#define DEFAULT_ANALOG_AMPLITUDE 25
+#define DEFAULT_ANALOG_AMPLITUDE 10
 #define ANALOG_SAMPLES_PER_PERIOD 20
 
 /* Logic patterns we can generate. */