Re: [sigrok-devel] Decoder logic output

2019-06-25 Thread Uwe Hermann
Hi, On Sun, Jun 23, 2019 at 10:09:21PM +0200, Mickael Bosch wrote: > I wanted to add a decoder to the PCA9571 > I²C 8-bits output > expander. The goal is to print the logic level of the expander outputs (in > pulseview) and to use these signals

[sigrok-devel] Decoder logic output

2019-06-23 Thread Mickael Bosch
Hi, I wanted to add a decoder to the PCA9571 I²C 8-bits output expander. The goal is to print the logic level of the expander outputs (in pulseview) and to use these signals for other decoders (eg. SPI Slave Select). The decoder API is neat