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
587 stars 180 forks source link

Seesaw Driver #565

Closed trichner closed 1 year ago

trichner commented 1 year ago

As advertised in https://github.com/tinygo-org/drivers/issues/564

Most of it is refactored and goifyed from the offical Arduino driver: https://github.com/adafruit/Adafruit_Seesaw/blob/master/Adafruit_seesaw.cpp

trichner commented 1 year ago

merged the PRs, closing this one in favour of https://github.com/tinygo-org/drivers/pull/566