Wafer is an Elixir library to make writing drivers for i2c and SPI connected peripherals and interacting with GPIO pins easier.
Find a file
2019-12-29 17:12:36 +13:00
lib First pass. 2019-12-29 17:12:36 +13:00
test First pass. 2019-12-29 17:12:36 +13:00
.formatter.exs Empty mix application. 2019-12-20 10:24:51 +13:00
.gitignore First pass. 2019-12-29 17:12:36 +13:00
mix.exs First pass. 2019-12-29 17:12:36 +13:00
mix.lock First pass. 2019-12-29 17:12:36 +13:00
README.md First pass. 2019-12-29 17:12:36 +13:00

Wafer

TODO: Add description

Installation

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

def deps do
  [
    {:wafer, "~> 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/wafer.