Skip to content

infinity-aps/elixir_subg_rfspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubgRfspy

Elixir SubgRfspy is a package to communicate with TI cc111x chips running the wireless packet firmware subg_rfspy. UART and SPI are the two serial protocols supported.

Installation

Add subg_rfspy to your list of dependencies in mix.exs:

def deps do
  [
    {:subg_rfspy, "~> 1.0.0"}
  ]
end