-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
M2KAnalogOut: Add support for auto_rearm attribute
- Introduce the auto_rearm attribute to the AnalogOut class. - This attribute controls the behavior of the DAC when configured to start on a trigger event. - When auto_rearm is disabled, all previously loaded buffers will be sent to the DAC output upon the trigger event. - When auto_rearm is enabled, each previously loaded buffer will be sent to the DAC output on each trigger event. Signed-off-by: Adrian Stanea <[email protected]>
- Loading branch information
1 parent
8703161
commit 51725c0
Showing
3 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters