8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The least input data width is one byte by this time. So input 5 bits 10 bits data will get incorrect result.
Could add a input data len in param or binary mod to solve this problem? Thx.