Open djsftree opened 7 years ago
Hey fathomtreelimited,
Sorry for the delayed reply. This slipped by somehow. This is fundamentally designed around each component being a serial transfer, so it can't natively have multiple data lines. However, all that really changes is the number of serial streams you have internally, as well as changing the data type from being a scalar to being a fixed-sized array of two, four, or eight elements. So it could be done.
Hi,
Can this easily be extended to support i4s ( 2 x data lines = 4ch ) and i8s ( 4 x data lines = 8ch)?
Thanks!