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
599 stars 188 forks source link

Update waveshare-epd examples to use new machine pin constants #464

Closed s-fairchild closed 1 year ago

s-fairchild commented 1 year ago

The examples appear to be using constants that are no longer present. Updating to make use of GPIO constants present in machine package

deadprogram commented 1 year ago

Seems like still some errors @s-fairchild

aykevl commented 1 year ago

@s-fairchild these examples were written for the microbit. It is expected you need to modify the examples a little bit for different boards.

s-fairchild commented 1 year ago

I assumed something like that was happening when the tests failed. Thank you for the information I didn't realize that was the target board.