Ron Evans
Ron Evans
> Maybe this is not the best name, what about "Energy"? Power is good. > What about integrating this information directly into the properties tab? So that the devices listed...
Hello @foxt I think what you need is https://github.com/tinygo-org/pio/tree/main/rp2-pio/examples/tufty
This is fantastic @aykevl now merging!
@SoleimanyBen I was looking at this PR today, and had a couple ideas. Seems to me that it would be great to implement the `ReadWriteCloser` interface for EEPROM as the...
@SoleimanyBen I think the interface to create here is actually the `BlockDevice` one, same as https://github.com/tinygo-org/tinyfs/blob/release/tinyfs.go#L42-L69 This is what I have been doing in my Flash PR #3472
The Go GC does not just return all the memory to the OS. You might want to see https://golang.org/pkg/runtime/debug/#FreeOSMemory Hope that helps!
We'd love to see some work in this area. No one currently on it I know of...
Hi @willis7 I think your problem is probably the same as https://github.com/hybridgroup/gobot/issues/401
Hi @willis7 try connecting by ID instead of name, that might help you out.
This might sound silly, but did you rotate the Microbit in a circle first after flashing the firmware, but before trying to connect? Step 4 from here: https://github.com/sandeepmistry/node-bbc-microbit#flashing-microbit-firmware We absolutely...