Packages
blink_o_meter
1.0.0
BlinkOMeter is a project shell for an RPI0W prividing an analog panel meter and an RGB light as outputs. This package facilitates accessing those features.
Current section
Files
Jump to
Current section
Files
lib/support/neopixel_stub.ex
defmodule NeopixelStub do
@moduledoc false
def render(_channel, _data), do: :ok
def start_link(_config), do: :ok
end