Patricio Whittingslow
Patricio Whittingslow
@scottfeldman Interesting observations- Maybe we're going about this the wrong way and the API we wish to expose is simpler? `seqs` already exposes a way of generating a `net.Conn`, but...
I ran into a similar bug the other day where ReadRotation would fail to read the gyroscope correctly. https://github.com/tinygo-org/drivers/pull/298 fixes said bug, though I'd like to perform some more changes...
@bgould Will do, but I'll do it through another type that uses the ReadBlocks/WriteBlocks interface set to implement the tinyfs.BlockDevice interface. Already had this in mind as the next addition...
@bgould I've added a draft of what I mean: https://github.com/tinygo-org/drivers/pull/639/files#diff-92f519b8e01de4c93b473c245b482f67da4e20bfbfbe48aaca799f35e45afb43R38
@bgould OK, I've finished the sd.BlockDevice type, seems to be working OK. Check it out and let me know what you think :)
OK, added a Readme and switched some filenames around to make navigation easier.
Thank you so much for the work you put into this! I'm very excited about where this leads tinygo in the future. A few comments: ### `net` API change It...
> I'm not following how the mirroring works. Does this require putting a dependency in tinygo on tinygo/drivers? As of your proposal now `tinygo/drivers` will import `tinygo-org/net` package and this...
So after some thought and use I've got some **opinions**: ### Opinions **The API is too abstracted in my opinion.** I was trying to get the HTTP server example to...
Alright, I might get around to this during the weekend or next week!