bonsai-rx / daqmx

Bonsai Library for interfacing with NI-DAQmx devices
https://bonsai-rx.org/daqmx
Other
1 stars 4 forks source link

Add support for buffered digital output #6

Closed glopesdev closed 1 year ago

glopesdev commented 1 year ago

This PR adds support for buffered digital output, following the design decisions used for AnalogOutput. To use buffered output, the input should be a matrix waveform, where rows represent digital output channels and columns are samples in time.

Fixes #4