Skip to content

Elixir package to manage wireless communication through an RFM69 chip

License

Notifications You must be signed in to change notification settings

infinity-aps/elixir_rfm69

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rfm69

Elixir library for configuration and communication with the RFM69 chip

Documentation can be found at https://hexdocs.pm/rfm69.

Installation

def deps do
  [
    {:rfm69, "~> 0.1.1"}
  ]
end