mqtt-io icon indicating copy to clipboard operation
mqtt-io copied to clipboard

Two piface2 modules on same board

Open ghost opened this issue 5 years ago • 2 comments

Would it be possible to add support for two piface2 modules? At the moment only the first piface2 seems to be supported, and there does not seem to be an option to select the second one on a different address. With the address jumpers 4 modules in total are allowed on the same Pi.

I would like something like this:

gpio_modules:
  - name: piface2-1
    module: piface2
    chip_select: 0

  - name: piface2-2
    module: piface2
    chip_select: 1

ghost avatar Jan 21 '19 11:01 ghost

Hi @XolphinMaarten

Ah yes, I didn't consider this before. This is a good idea, and I'll add it to the list to implement once I get around to spending some time on this project again.

Cheers, Ellis

flyte avatar Jan 29 '19 11:01 flyte

Hi,

Any news on this?

szimszon avatar Feb 03 '22 07:02 szimszon