Packages

RFM69 is a library to handle sub-GHz wireless packet communication via an RFM69 chip.

Current section

Files

Jump to
rfm69 README.md
Raw

README.md

# Rfm69
Elixir library for configuration and communication with the RFM69 chip
Documentation can be found at [https://hexdocs.pm/rfm69](https://hexdocs.pm/rfm69).
## Installation
```elixir
def deps do
[
{:rfm69, "~> 0.1.1"}
]
end
```