Module dmx_uart_driver

Module dmx_uart_driver 

Source
Expand description

Module for simplifying the implementation of new drivers/hardware that behave like direct uart devices.

Enums§

DmxUartDriverError

Traits§

DmxRecvUartDriver
Object to implement access to the uart. It can read frames. It has to communicate at 250000 baud.
DmxRespUartDriver
Object to implement access to the uart. It can write frames. It has to communicate at 250000 baud.
DmxUartDriver