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
{{ message }}
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
There's currently conn.Conn.Tx() which works on bytes. We need the same but that works on bits and that is clocked on a predefined mechanism, like SPI modes 0~3, UART and PCM modes. This communication mode is only meant for bits based protocols, not byte based ones.
A superset of this functionality is to enable parallel outputs, that is, group multiple pins together and clock their output simultaneously.
There's currently
conn.Conn.Tx()which works on bytes. We need the same but that works on bits and that is clocked on a predefined mechanism, like SPI modes 0~3, UART and PCM modes. This communication mode is only meant for bits based protocols, not byte based ones.A superset of this functionality is to enable parallel outputs, that is, group multiple pins together and clock their output simultaneously.