M-A
M-A
Any update? Thanks.
Hi, any update? I can't be the only one who starts a VM from specialized VM image via `az vm create` ?
There's historical reasons for this. 3 years ago I started looking at options to recreate the conn package as I don't feel the current interfaces are optimal. Then go modules...
I started multiple changes for v4 but given my current work workload it's unlikely for me to have a v4 in the next year.
My thinking was to save one read if the last read occurred within d.denoise, but in hindsight I'm not sure it was a good idea.
hence my "I'm not sure it was a good idea" :)
Depends on the underlying device driver. For linux, I did: ``` git clone https://github.com/torvalds/linux cd linux git checkout v5.17 git grep -i nack -- "**i2c**" | grep -v "^driver" ```...
Your code is incorrect, you never import [periph.io/x/host/v3](https://periph.io/x/host/v3), so you never load the drivers that register the GPIO in the first place. The driverreg.Init() description is fairly clear about that,...