pub trait UartController: GapCommands + GattCommands + HalCommands + L2capCommands + UartHci { }
Expand description

master trait that encompasses all commands, and communicats over UART

Implementors§