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-20 10:24:51 +13:00
lib Empty mix application. 2019-12-20 10:24:51 +13:00
test Empty mix application. 2019-12-20 10:24:51 +13:00
.formatter.exs Empty mix application. 2019-12-20 10:24:51 +13:00
.gitignore Empty mix application. 2019-12-20 10:24:51 +13:00
mix.exs Empty mix application. 2019-12-20 10:24:51 +13:00
README.md Empty mix application. 2019-12-20 10:24:51 +13:00

ChipHop

TODO: Add description

Installation

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

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