Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 349 Bytes

RpiBacklight

Simple Raspberry Pi backlight control (via sysfs)

Installation

The package can be installed by adding rpi_backlight to your list of dependencies in mix.exs:

def deps do
  [
    {:rpi_backlight, "~> 0.2"}
  ]
end

Docs can be found at https://hexdocs.pm/rpi_backlight.