1

Support Multi-byte SPI HLA frame type


C
Carl

Introduce a new frame type which contains a python `bytes` object with any number of bytes. Start of frame would be when CS Enable occurred, End of frame would be when CS Disable occurred. I did this manually in an HLA I wrote by tracking `enable` and `disable` frame types, but I would certainly have used this instead if it was available. I Imagine a number of people have implemented similar logic...

A