diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-06 15:45:01 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-06 15:45:01 +0300 |
| commit | 7c59a7af9d80aa0d3e8189e419b8b116d868771d (patch) | |
| tree | 84093d2f6b87c11fab6ef1bb4a8a9e91d2bd8911 | |
| parent | 71114c624dff4fe61d9ba5947bcd100505ca62b2 (diff) | |
| download | SimpleMotionV2-7c59a7af9d80aa0d3e8189e419b8b116d868771d.tar.gz SimpleMotionV2-7c59a7af9d80aa0d3e8189e419b8b116d868771d.zip | |
Change SMP_CAPTURE_TRIGGER_DELAY description
| -rw-r--r-- | simplemotion_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplemotion_defs.h b/simplemotion_defs.h index 2ad027b..65b8930 100644 --- a/simplemotion_defs.h +++ b/simplemotion_defs.h @@ -714,7 +714,7 @@ #define SMP_CAPTURE_SAMPLERATE 5012
//rdonly
#define SMP_CAPTURE_BUF_LENGHT 5013
-//SMP_CAPTURE_TRIGGER_DELAY sets scope capture trigger delay. Value 0 is traditional, -n starts capture n sample cycles before trigger, +n after trigger. In negative delay, the minimum effective value is SMP_CAPTURE_BUF_LENGHT divided by number of channels selected.
+//SMP_CAPTURE_TRIGGER_DELAY sets scope capture trigger delay. Value 0 is traditional, +n starts capture n sample cycles before trigger, -n after trigger. In positive delay, the maximum effective value is SMP_CAPTURE_BUF_LENGHT divided by number of channels selected.
#define SMP_CAPTURE_TRIGGER_DELAY 5014
//this is looped 0-n to make samples 0-n readable from SMP_CAPTURE_BUFFER_GET_VALUE
#define SMP_CAPTURE_BUFFER_GET_ADDR 5333
|
