We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915fde8 commit e78f1a3Copy full SHA for e78f1a3
1 file changed
lib/delux/morse.ex
@@ -66,7 +66,12 @@ defmodule Delux.Morse do
66
@type options() :: [words_per_minute: number()]
67
68
@doc """
69
- Convert a string to an indicator program
+ Convert a text string to Morse code
70
+
71
+ Programs created by this function require more precise timing than most
72
+ effects. Linux's HZ configuration setting can limit timer precision for
73
+ blinking LEDs to 10 ms (HZ=100). Please see the README.md for more
74
+ information and how to configure Delux to partially compensate.
75
76
Options:
77
0 commit comments