/elixirconf-2016-blinky-firmata-host

ElixirConf 2016 Nerves Training Blinky Application using Arduino, from host

Primary LanguageElixirThe UnlicenseUnlicense

BlinkyFirmataHost

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add blinky_firmata_host to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:blinky_firmata_host, "~> 0.1.0"}]
end
```
  1. Ensure blinky_firmata_host is started before your application:
```elixir
def application do
  [applications: [:blinky_firmata_host]]
end
```