lg icon indicating copy to clipboard operation
lg copied to clipboard

Use uint32_t for gpio in lgGpioReport_t

Open vickash opened this issue 6 months ago • 0 comments

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?

vickash avatar Jul 31 '24 13:07 vickash