Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

gpiostream: Declare full duplex Conn #231

Closed
maruel opened this issue Apr 16, 2018 · 2 comments
Closed

gpiostream: Declare full duplex Conn #231

maruel opened this issue Apr 16, 2018 · 2 comments
Milestone

Comments

@maruel
Copy link
Contributor

maruel commented Apr 16, 2018

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.

@maruel
Copy link
Contributor Author

maruel commented Jan 14, 2019

The more I think about it, the more it could look like a simplified version of https://periph.io/x/periph/conn/spi#Packet

@maruel
Copy link
Contributor Author

maruel commented Sep 20, 2023

Ported to periph/conn#32.

@maruel maruel closed this as completed Sep 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant