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
I just can’t understand if it is possible to pull out the data by bit..
For example, extract from buffer [0b1110000, 0b00001111] every 4 bits separately?
Or more complex case: read from [0b11100011, 0b11111111], 3bits, 3bits and 10bits as unsigned integers?
The text was updated successfully, but these errors were encountered:
Thank for You library!
I just can’t understand if it is possible to pull out the data by bit..
For example, extract from buffer [0b1110000, 0b00001111] every 4 bits separately?
Or more complex case: read from [0b11100011, 0b11111111], 3bits, 3bits and 10bits as unsigned integers?
The text was updated successfully, but these errors were encountered: