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

Fix i2c legacy calls #589

Closed kenbell closed 11 months ago

kenbell commented 11 months ago

Fix some uses of I2C WriteRegister that were causing make test to fail. (Side note: looks like CI isn't running make test)

deadprogram commented 11 months ago

Thanks for the fixes @kenbell now merging.