David O'Connor
David O'Connor
*delete
See [this issue on F3](https://github.com/stm32-rs/stm32f3xx-hal/issues/190). The `set_period()` function I posted there handles this. It should work similarly on f1.
From an API perspective, I've been thinking about the feasibility of a wrapper like this. What are we trying to do? We're either replacing the value of a whole register,...
From what I understand, why you can currently do is the 3rd example I posted. I'm advocating for a simpler syntax. Sure, you can save some code if you're doing...
I agree with couchand's sentiments. I think the path to change, if it happens will be like this: Someone or a small cohesive group will make something. If it provides...
Any word on this? Python 2 has been obsolete for years, and is officially deprecated. Windows is a very popular OS. What's the limfac on releasing a Windows binary or...
https://github.com/stm32-rs/stm32f3xx-hal/issues Loosely: ```rust /// Set the timer period, in seconds. Overrides the period or frequency set /// in the constructor. /// This allows you to set periods greater than 1hz....
Stealing this
Not completed. Not inactive.