adafruit / seesaw

I2C friend to expand capabilities of other chips.
Other
76 stars 34 forks source link

Fix return type for NeopixelSetBufferLengthReq::getLen() #24

Closed caternuson closed 4 years ago

caternuson commented 4 years ago

Re this thread: https://forums.adafruit.com/viewtopic.php?f=8&t=152524

Simple bug/fix. Just needed to change a uint8_t to uint16_t.