Revert to using pin 7.

This commit is contained in:
James Harton 2020-01-12 15:48:14 +13:00
parent a995ed8992
commit fe7d03fd95

View file

@ -274,7 +274,7 @@ defmodule Augie.Device.PCA9641 do
def bus_address, do: config() |> Keyword.get(:address, 0x70) def bus_address, do: config() |> Keyword.get(:address, 0x70)
def interrupt_pin, def interrupt_pin,
do: config() |> Keyword.get(:interrupt_pin, {Augie.IOPin.GPIO, :start_link, [4, :input]}) do: config() |> Keyword.get(:interrupt_pin, {Augie.IOPin.GPIO, :start_link, [7, :input]})
defp attached_devices do defp attached_devices do
bus_name() bus_name()