Skip to content

smlng/uMorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A (micro/u) Morse Encoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published