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 has been archived by the owner on Sep 20, 2023. 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: