feat: split samples to sample and control bits
chore: remove octets_to_sample, put its behavior to transport_layer
feat: add multipoint link support
feat: update jesd204b_rx to new frame clock
Merge pull request #14 from Rutherther/feat/add-frame-clock Add frame clock handling
fix: save previous sample data in octets_to_sample
feat: update transport layer to accept whole frame
feat: add frame_state to transport package
chore: add documentation to the code
fix(transport): multiply by number of bits in octet in current_buffered_data
fix: add generic data to transport layer
fix(transport): correctly parse data and control bits
feat(transport): add transport layer octets to samples conversion
feat(transport): add transport layer entity