esrom/morse
Pim Kunis 4fcba648fe Use Enum to loop over morse symbols.
Reset the progress bar when signalling starts.
2019-08-17 16:44:31 +02:00
..
lib/morse Use Enum to loop over morse symbols. 2019-08-17 16:44:31 +02:00
test move morse to seperate module 2019-07-14 15:05:45 +02:00
.formatter.exs move morse to seperate module 2019-07-14 15:05:45 +02:00
.gitignore Enable setting config securely in firmware/config/secrets.exs 2019-07-14 23:54:06 +02:00
mix.exs Split Morse.Server into Application and Server. 2019-08-01 12:21:32 +02:00
mix.lock Port morse code. 2019-07-14 17:23:37 +02:00
README.md move morse to seperate module 2019-07-14 15:05:45 +02:00

Morse

TODO: Add description

Installation

If available in Hex, the package can be installed by adding morse to your list of dependencies in mix.exs:

def deps do
  [
    {:morse, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/morse.