Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 342 Bytes

uMorse

A (micro/u) Morse Encoder

build

To build the test binary run

make -C tests/
./tests/test

The default delay for a Morse DIT is 60ms (milliseconds), which is quiet fast for Morse beginners. To increase the timing interval, e.g. to 240ms, run

CFLAGS=-DUMORSE_DELAY_DIT=240 make -C tests/ clean all
./tests/test