Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xadhoom/rpi_backlight

Super simple Elixir wrapper for controlling Raspberry Pi backlight via sysfs
https://github.com/xadhoom/rpi_backlight

elixr-lang nerves-project raspberry-pi

Last synced: 15 days ago
JSON representation

Super simple Elixir wrapper for controlling Raspberry Pi backlight via sysfs

Awesome Lists containing this project

README

        

# 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`:

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

Docs can be found at [https://hexdocs.pm/rpi_backlight](https://hexdocs.pm/rpi_backlight).