Ron Evans
Ron Evans
Hi @elliots thank you for the contribution. Since you do not have a DRV8837 to test with, perhaps this PR should only cover the DRV8838 and renamed `drv8838` instead of...
Sorry it has been so long to review this. I notice that this PR needs a smoke test added. Would you like to do it, or would you prefer that...
Great news about your progress! I was looking and seems like the FAT filesystem used is now standardized? There appears to have been some MBR hacks previously, but looks like...
I am in progress on the first steps for some refactoring of the interfaces to all of the WiFi adaptors. Will open an issue for discussion of that topic soon.
> Would I just clone the SSD1306 driver and modify it? That certainly seems the easiest way to start. Most of the commands appear to be the same, from a...
I think this is interesting idea, but I'm not sure we know enough to define all of this yet. Perhaps it would be better to have "de-facto" interfaces by trying...
Got past the original error, but now hit a different one: ``` tinygo build -size short -o ./build/test.hex -target=nucleo-wl55jc ./examples/sx126x/lora_rxtx/ error: Linking globals named 'WWDG_IRQHandler': symbol multiply defined! ``` I...
I had removed that directory from my local TinyGo (`TINYGOROOT`) install even before that error.
Round display? Cool... Yes, please, and thank you!
We could create a named type for it like `type I2CFrequency int32` so that the valid values can be found. This will still allow using simple constant numbers as @aykevl...