Ayke

Results 441 comments of Ayke

> (and would let me get rid of some workarounds in my app...) What kind of workarounds? (I don't see how a spec-compliant program would fail with non-random map indices?...

Is the bug here that the error message string is different? I don't think a different string is a bug. Or is the bug about something else?

@waj334 can you rebase this PR?

Yes, we update that page each release. I do not think adding a CI job for that is worth the trouble, as it only takes a few minutes to update.

Why is this driver specific to the pico? It looks like a regular driver to me that should work on any chip?

What's the status of this PR? This looks like a good idea to me (and I agree with the suggestions of @deadprogram).

@okvorb @alexander-eroma would any of you like to make a PR to fix this issue? (I'm not using macOS that often).

This looks cool! Some remarks: * CGo is at the correct place, but note that it is done by TinyGo, not by the Go libs. This isn't clear from the...

Updated a bit with some code samples (and an incomplete interactive counter/channel example). Definitely not finished, as the code hasn't even been written to implement this PWM but I wanted...

Yeah, I'm now using a template sensor instead. It would be nice to use Compensation for this instead, as that's what it's meant to be used for (it's easy to...