Expand description
Module for simplifying the implementation of new drivers/hardware that behave like direct uart devices.
Enums§
Traits§
- DmxRecv
Uart Driver - Object to implement access to the uart. It can read frames. It has to communicate at 250000 baud.
- DmxResp
Uart Driver - Object to implement access to the uart. It can write frames. It has to communicate at 250000 baud.
- DmxUart
Driver