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

all: prepare for CGo changes in TinyGo #601

Closed aykevl closed 9 months ago

aykevl commented 9 months ago

For details, see: https://github.com/tinygo-org/tinygo/pull/3927

This change just means we need to be more careful to use the right type, when types like C.uint32_t won't match to the Go equivalent (like uint32).