https://github.com/tattdcodemonkey/bno055_app
OTP app implementation for controlling BNO055 sensor(s)
https://github.com/tattdcodemonkey/bno055_app
Last synced: 5 months ago
JSON representation
OTP app implementation for controlling BNO055 sensor(s)
- Host: GitHub
- URL: https://github.com/tattdcodemonkey/bno055_app
- Owner: TattdCodeMonkey
- License: mit
- Created: 2017-03-12T22:20:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T22:27:07.000Z (almost 9 years ago)
- Last Synced: 2025-05-20T16:14:26.871Z (9 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BNO055.App
This is an OTP application to control one or more BNO055 sensors by Bosch. This is an opinionated implementation.
**WIP: development is in progress and not complete**
## Installation (Not yet available)
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bno055_app` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:bno055_app, "~> 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/bno055_app](https://hexdocs.pm/bno055_app).