Demo: Use 20Vpp as amplitude instead of 50Vpp
This commit is contained in:
parent
f9197887e4
commit
600cc1a8a5
|
@ -38,7 +38,7 @@
|
||||||
/* Size of the analog pattern space per channel. */
|
/* Size of the analog pattern space per channel. */
|
||||||
#define ANALOG_BUFSIZE 4096
|
#define ANALOG_BUFSIZE 4096
|
||||||
|
|
||||||
#define DEFAULT_ANALOG_AMPLITUDE 25
|
#define DEFAULT_ANALOG_AMPLITUDE 10
|
||||||
#define ANALOG_SAMPLES_PER_PERIOD 20
|
#define ANALOG_SAMPLES_PER_PERIOD 20
|
||||||
|
|
||||||
/* Logic patterns we can generate. */
|
/* Logic patterns we can generate. */
|
||||||
|
|
Loading…
Reference in New Issue