An open API service indexing awesome lists of open source software.

https://github.com/jmerriweather/rtc_ds3231

A library to work with the DS3231 RTC
https://github.com/jmerriweather/rtc_ds3231

elixir nerves rtc

Last synced: 8 months ago
JSON representation

A library to work with the DS3231 RTC

Awesome Lists containing this project

README

          

# RtcDs3231

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rtc_ds3231` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:rtc_ds3231, "~> 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/rtc_ds3231](https://hexdocs.pm/rtc_ds3231).