David O'Connor
David O'Connor
I'm referring to 1. Will do a PR.
Thoughts on ditching `try_` before this goes live? It clutters syntax, isn't consistent with other libs, and doesn't provide much value.
I agree with all Rahix said re how to use EH, and how that mitigates `try_` by reducing the number of places it occurs, and why fallibility doesn't seem like...
In that regard, it provides a standard interface. I've chosen `set_freq(freq: f32)` in my code bases, where `freq` is in hertz. This is an arbitrary choice over `period: f32`, where...
That's awesome; had no idea. Your crate is in line with what I was proposing.
Think I should PR `linux-embedded-hal` with an impl using Chrono?
Btw, looking fwd to your `Rtcc` impl on `ds32x`; I'm writing code now using `ds323x`'s syntax. The obvious appeal of the `Rtcc` syntax is ability to switch devices without changing...
- 1: Switched to your new `ds323x` crate and the `Rtcc` trait - awesome! This is seriously good stuff, and is what I was looking for with this issue. -...
It works, if you use a second `continue`. (Presumably to jump into the function, then the main loop, while in the example, the `break main` puts you in the fn...
Same. Mine was as in the image, had silver (solder?) on it (ie not like the exposed copper ones), but didn't work without the cable.