Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to kill port #58

Open
ConnorRigby opened this issue Mar 8, 2018 · 4 comments
Open

Possible to kill port #58

ConnorRigby opened this issue Mar 8, 2018 · 4 comments

Comments

@ConnorRigby
Copy link
Contributor

ConnorRigby commented Mar 8, 2018

I'm relaying this information from slack:

alias ElixirALE.{GPIO, SPI}
{:ok, gpio} = GPIO.start_link(25, :output)
{:ok, spi} = SPI.start_link("spidev0.0", bits_per_word: 16)
received unexpected message in handle_info/2: {#Port<0.2815>, {:exit_status, 1}}
@fhunleth
Copy link
Owner

fhunleth commented Mar 8, 2018

This was on a Raspberry Pi 3.

@jimsynz
Copy link

jimsynz commented Jan 17, 2020

I've just started seeing this on a Pi zero also.

@fhunleth
Copy link
Owner

@jimsynz Is it possible for you to switch to https://elixir-circuits.github.io/?

@jimsynz
Copy link

jimsynz commented Jan 19, 2020

@fhunleth I originally was working with Circuits but had trouble with my app never starting when Circuits.GPIO was installed. I'll raise an issue there and try and diagnose it more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants