Skip to content

brunosantanaa/ex_mcp3xxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMCP3xxx

Library to use Microchip MCP family A/D converters with Nerves-Project.

Example

iex> ExMCP3xxx.start_link([family: 3208])
{:ok, #PID}
# ExMCP3xxx.read(channel_number)
iex> ExMCP3xxx.read(7)
342

Installation

If available in Hex, the package can be installed by adding ex_mcp3xxx to your list of dependencies in mix.exs:

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_mcp3xxx.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages