Expand description
Bits utilities
A toolbox of small utilities that manipulate bitstream data. Useful for debugging streams from embedded devices.
Functions
- Convert bits stream to vector (MSB is Vec[0])
- Convert vector to bits stream (Vec[0] is MSB)