Skip to content

Commit e78f1a3

Browse files
author
Frank Hunleth
committed
Add timing note for Morse code
1 parent 915fde8 commit e78f1a3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/delux/morse.ex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ defmodule Delux.Morse do
6666
@type options() :: [words_per_minute: number()]
6767

6868
@doc """
69-
Convert a string to an indicator program
69+
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.
7075
7176
Options:
7277

0 commit comments

Comments
 (0)