Ron Evans
Ron Evans
Pinging in hopes of resuscitating this PR... :sun_with_face:
Yes, please!
The capabilities of the Arduino Uno are much more limited than other more powerful MCUs such as the 32-bit ARM processors. This is partly due to memory, and also due...
Perhaps this could be added as `ConfigureWithSettings(config Config)` to avoid a breaking change?
Thank you very much for making my requested changes @kenbell now merging!
See https://content.arduino.cc/assets/Nano_BLE_Sense_HTS221.pdf
Was this addressed by https://github.com/tinygo-org/drivers/pull/361 ?
> I changed the interface from Go's image package. Is that strictly needed? I have not looked at the specifics in this case, just asking.
First of all, thanks for working on this. SO if you look at both the L293x and the BTS7960, it can be noted that they are both H-bridges and as...
What target are you trying to compile for? The drivers in this repo are built by the CI system: https://app.circleci.com/pipelines/github/tinygo-org/drivers/603/workflows/e2cf361d-6c58-45a9-b952-f27932faa401/jobs/612 ``` tinygo build -size short -o ./build/test.hex -target=bluepill ./examples/ds1307/sram/main.go code...