Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
:none
to typespec for interrupt direction
Using `:none` appears to be the preferred means of unsetting the interrupt callback for a pin, but using it and running `mix dialyzer` on a project results in the following error: | The call 'Elixir.ElixirALE.GPIO':set_int(interrupt_pid@1::any(),'none') | breaks the contract (pid(),int_direction()) -> 'ok' | {'error',term()}
- Loading branch information