JEG2 / scram_speedway

The other half of my cat detection system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScramSpeedway

TODO: Add description

Installation

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

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

About

The other half of my cat detection system.


Languages

Language:Elixir 86.3%Language:Shell 13.7%