Frans Skarman
Frans Skarman
That's interesting, I don't think I have experienced it before. It is possible that it will still work even if the installer says it failed though
Great initiative, the things you showed in your talk looked super interesting! > /// *NOTE* Using this can conflict with high-level functionality. Make sure not to break any assumptions that...
Great news :tada: I'll look into this when I find time :) > Also, I don't have a lot of Open Source experience. So I'm open for process/style suggestions as...
I'm not quite sure what you're asking, as far as I remember, the DMA should do continuous conversion, or does it just do multiple conversions on the same channel? I...
- [ ] Some issuse related to the NVIC were pointed out in #198
Thanks for putting in the work for this. I still think we should wait until e-h leaves alpha before merging, but feel free to convince me otherwise :)
That would be great! I like the look of your API, though I would probably suggest `StopHighPower` and `StopLowPower` rather than `Stop(bool)`. If you want more inspiration, I have code...
Sorry for the delayed reply. It has been a while since I had a look at the sleep functions so I can't comment that much on implementation details. > The...
> Yeah, this is a good idea. If I perform the configuration of the registers on the configuration methods (instead of doing everything in the enter method) it works out...
Oh right, I was thinking that it stores the reference to the register in the builder struct which wouldn't be allowed. Though I think that leads to another issue. The...