delay
Description
Specifies the delay which is the number of memory addresses to keep at the start frequency before chirping starts.
Syntax
Read
Gets current delay.
Example
unsigned wfDelay;
wfDelay = dsm.delay;
Write
Sets new delay.
Example
dsm.delay = 0xFF;
Notes
Please note that the delay length is included in the Data Length and Memory Depth. This means that if you had 100 frequencies to chirp and you had Memory Depth (or Data Length) set to 100 point and delay set to 10 points, then the DSM will output the start frequency for the first 10 points and then will only chirp the first 90 frequencies (including the start frequency) that you specified then start over again.