ethercrab-v0.5.1
·
58 commits
to master
since this release
Deprecated
- #248 Windows:
tx_rx_taskis replaced
withtx_rx_task_blockingwhich is no longerasync. It must be spawned into its own thread
instead of an async task.tx_rx_taskwill 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>.