Expand description
Built-in sender
If you want to create a new sender, you will need to implement SendCommand trait
Structs§
- I2cSender
I2cSenderis the I2C interface with an adapter board to drive LCD1602- Parallel
Sender ParallelSenderis the parallel interface to drive LCD1602
Traits§
- IfReadable
IfReadabletrait is a simple const bound trait- Send
Command SendCommandis the trait a sender should implement to communicate with the hardware