]> sigrok.org Git - libsigrok.git/commitdiff
Demo: Use 20Vpp as amplitude instead of 50Vpp
authorSoeren Apel <redacted>
Wed, 6 Apr 2016 19:10:22 +0000 (21:10 +0200)
committerSoeren Apel <redacted>
Wed, 6 Apr 2016 19:11:37 +0000 (21:11 +0200)
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. */