could you please provide a more detailed example and the used UART implementation?
Currently Iam using the rppal_w_frontend Library for the Uart Connection (which uses linux-embedded-hal as backend).
So Iam expieriencing errors:
106 | let mut sensor = MhZ19C::new(uart); | ^^^^^^^^^^^^^^^^^ the traitembedded_hal::serial::Writeis not implemented forUart
Thank you!
Hello,
could you please provide a more detailed example and the used UART implementation? Currently Iam using the rppal_w_frontend Library for the Uart Connection (which uses linux-embedded-hal as backend). So Iam expieriencing errors:
Thank you!
106 | let mut sensor = MhZ19C::new(uart); | ^^^^^^^^^^^^^^^^^ the trait
embedded_hal::serial::Writeis not implemented for
Uart