:kelko:
:kelko:
If I may extend this question about the purpose of "Event" (but I can create an own ticket if preferred): This events as described here ("more structured version of logs"),...
@tedsuo Thanks for the clarification 🙏
> "Program" execution time isn't really a thing unless you have some way of running programs in an environment. It seems I misunderstood the method then. My understanding, based on...
I looked into making a PR for the Microbit-crate. But two questions arose which I would like to clarify before continuing. 1) My code (as well as the embassy code...
Hey @BartMassey , FYI: I started to work on that and realised that in the end I would basically just re-implement the already existing [MonotonicTimer from nrf-hal](https://github.com/nrf-rs/nrf-hal/blob/master/nrf-hal-common/src/monotonic.rs). That seems like...
> To consider is if there's a way to do it with something besides let-else, which only stabilized in 1.65. (Just passing through, leaving my 2 cents) Isn't `let Some(x)...