lg
lg copied to clipboard
Use uint32_t for gpio in lgGpioReport_t
This solves the problem I saw in #30, where chips with GPIO numbers > 255 would overflow the previously used uint8_t
type.
Works as expected in C on my Orange Pi. Not sure if Python would be affected in any way?