You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to send large amounts of data to SPI device, users will see: 2024-09-15 17:24:14,183 WARN [PiGpioNativeImpl:263] () PIGPIO ERROR: PI_BAD_SPI_COUNT; bad SPI count
This is the largest buffer size this library will allow:
When trying to send large amounts of data to SPI device, users will see:
2024-09-15 17:24:14,183 WARN [PiGpioNativeImpl:263] () PIGPIO ERROR: PI_BAD_SPI_COUNT; bad SPI count
This is the largest buffer size this library will allow:
Break up large data into smaller chunks that can be sent to the SPI device.
The text was updated successfully, but these errors were encountered: