From: Soeren Apel Date: Wed, 6 Apr 2016 19:10:22 +0000 (+0200) Subject: Demo: Use 20Vpp as amplitude instead of 50Vpp X-Git-Tag: libsigrok-0.5.0~526 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=600cc1a8a5714da133a4a6b91b792f8416baa0ae;hp=f9197887e447bb7536e25f3cb24d175d97cd20bb;p=libsigrok.git Demo: Use 20Vpp as amplitude instead of 50Vpp --- 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. */