Skip to content

DavidTobin/mcp3008

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mcp3008

This library allows interfacing with the MCP3008 analog to digital converter module on a Raspberry PI.

Installation

Add the library to your mix.exs.

def deps do
  [
    {:mcp3008, "~> 0.1.0"}
  ]
end

Add the server to your supervision tree and specify a CLK port value.

def children() do
  [
    {Mcp3008.Server, [port]}
  ]
end

Documentation

https://hexdocs.pm/mcp3008.

About

Elixir library for the MCP3008 ADC Component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages