tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
622 stars 196 forks source link

expanded README to discuss need to change variables in examples #701

Closed gherlein closed 2 months ago

gherlein commented 3 months ago

Expanded the README to explain the need to edit the examples for the specific board being used. It's obvious if you have some experience, but to someone new coming to tinygo they may not realize this prior to trying to test an example.

deadprogram commented 2 months ago

@gherlein good point on the pin mapping, and thanks for the clarifications.

I switched the branch for this PR to dev as mentioned here: https://github.com/tinygo-org/drivers/blob/release/CONTRIBUTING.md#how-to-use-our-github-repository

Now merging. Thank you!