nebrius / raspi-io

An IO plugin for Johnny-Five that provides support for the Raspberry Pi
MIT License
546 stars 63 forks source link

Create SPI straw-proposal #106

Closed nebrius closed 3 years ago

nebrius commented 6 years ago

As part of getting SPI support into Johnny-five, create a straw-proposal for SPI in raspi-io-core based on your initial work in raspi-spi.

nebrius commented 6 years ago

Thinking on this one some more, I think this task is blocked by https://github.com/nebrius/raspi-io/issues/107, in practice

geo242 commented 5 years ago

Now that #107 is closed, can this be revisited? I have tried using pi-spi while using raspi-io and it seems there is a conflict. SPI stops working as soon as raspi-io is initialized.

nebrius commented 5 years ago

I’m swamped with other projects unfortunately, so I don’t have time to work on this right now. That said, you can use the excludePins constructor option to exclude the SPI pins, allowing you to use pi-spi

geo242 commented 5 years ago

@nebrius I did try that, but I used the include pins instead and just included the one pin I needed and that didn't help. I'll try the exclude and see if that operates differently.

nebrius commented 5 years ago

@geo242 thanks for being patient, I've been traveling. That's unusual, that should have worked. Can you show me the code you're running? I wonder if there's a bug in includePins

nebrius commented 3 years ago

Not going to work on this since this project is in maintenance mode