From 600cc1a8a5714da133a4a6b91b792f8416baa0ae Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Wed, 6 Apr 2016 21:10:22 +0200 Subject: [PATCH] Demo: Use 20Vpp as amplitude instead of 50Vpp --- src/hardware/demo/demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/demo/demo.c b/src/hardware/demo/demo.c index 6042cfd9..e7948cdc 100644 --- a/src/hardware/demo/demo.c +++ b/src/hardware/demo/demo.c @@ -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. */