Daniel Esteban
Daniel Esteban
I vote for closing inactive issues, we could take a look at this : https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues And close them by being inactive for X months (instead of days as proposed in...
I'm not sure what to think about the proposed interface by @soypat . I had a few examples and didn't use `GetPort()` maybe that's the reason why I'm having some...
I've been thinking about it, the only way I managed to see it working, is that if in ```func (Port) Tx(addr uint16, w, r []byte) (err error)``` the port is...
Hello @dn-kolesnikov , thanks for your work, as @matveynator said, please make a pull request to the repo so we can properly review it. I do have some DS18B20 laying...
Hello @dn-kolesnikov , I went ahead and moved your code to a new branch in the drivers repository as I was having some issues with the import paths of your...
After a brief talk and some more tests, the driver is working properly and what was wrong with my setup was powering the sensor directly from the board. It's still...
Hello @dn-kolesnikov thanks for the update and your work. Just one question about it: - Right now, you just create **one** DS18B20 device and handle the different sensors passing the...
Hello, this is a bit old issue, but I started working on a Go generator here : https://github.com/conejoninja/blockly/tree/go I have a very specific use case in mind: TinyGo + robotics...
@rachel-fenichel I've just seen your comment. I'm _still_ developing it, I was recently a father and development has slowed but I plan to work on it again. The *tinygo* generator...
Yes! I've just started my own driver because I'm using the MP3Player for a thing, but since you already have done it, you saved me a lot of time and...