Mads Andresen

Results 4 comments of Mads Andresen

So it seems we are waiting for #59 to be merged. As a workaround one could use [marco-polos branch](https://github.com/actions-rs/cargo/issues/6#issuecomment-614256424)

I see now that this function should be able to be called from tx and rx. But since they don't hold any reference to registers I'll leave this as a...

How does a trait like this look? ```rust pub trait ConfigureBaud { type BaudRate; type Error; fn set_baud_rate(&mut self, baud_rate: BaudRate) -> Result; } ``` Many of the current hal's...

> Se også ha #2 . Det er der taget højde for i denne haleanmodning.