jamwaffles
released this
06 Dec 12:28
·
21 commits
to master
since this release
Deprecated
- #248 Windows:
tx_rx_task
is replaced
withtx_rx_task_blocking
which is no longerasync
. It must be spawned into its own thread
instead of an async task.tx_rx_task
will be removed in a future release.
Added
- #248 Windows: Add
tx_rx_task_blocking
to use in a separate thread to send/receive EitherCAT frames.
Changed
- (breaking) #248
PduRx::receive_frame
now returnsResult<ReceiveAction, Error>
instead ofResult<(), Error>
.