Guillaume P.
Guillaume P.
For consistency, I propose to re export the sdv2rust crate as `device`. It is coherent with the name used by RTFM: https://japaric.github.io/cortex-m-rtfm/book/by-example/app.html If there is approvals and no veto, I...
Filtering is not documented. You can find some example, but the semantic is not explicited. Moreover, the syntax is not very intuitive. The documentation must allow an user to understand...
Almost all the hal implementations: - have the same time.rs module defining time object like `Hz` - implement (more or less right) a Delay object on each timer. I think...
There are some questions about the future of this crate. Some questions: - using stm32f1 crate as the device crate - being generic on stm32f1xxxx chips - modernizing and cleaning...
Hi! I need to change PWM frequency, but the API doesn't allow it. The main problem is that changing the frequency change the frequency of all the channels, and there...