https://github.com/elcritch/nerves_sensors
https://github.com/elcritch/nerves_sensors
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/elcritch/nerves_sensors
- Owner: elcritch
- License: apache-2.0
- Created: 2017-01-15T04:33:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T04:37:24.000Z (over 8 years ago)
- Last Synced: 2025-05-07T13:57:50.943Z (5 months ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NervesSensors
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `nerves_sensors` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:nerves_sensors, "~> 0.1.0"}]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/nerves_sensors](https://hexdocs.pm/nerves_sensors).