elixir_ale icon indicating copy to clipboard operation
elixir_ale copied to clipboard

Possible to kill port

Open ConnorRigby opened this issue 8 years ago • 4 comments

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}}

ConnorRigby avatar Mar 08 '18 18:03 ConnorRigby

This was on a Raspberry Pi 3.

fhunleth avatar Mar 08 '18 19:03 fhunleth

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

jimsynz avatar Jan 17 '20 07:01 jimsynz

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

fhunleth avatar Jan 17 '20 12:01 fhunleth

@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.

jimsynz avatar Jan 19 '20 19:01 jimsynz