Created
August 16, 2013 18:01
-
-
Save DenverDias/6252068 to your computer and use it in GitHub Desktop.
Other base Morse definitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define dashPeriod (dotPeriod*3) | |
#define relaxTime (dotPeriod) | |
#define letterSpace (dotPeriod*2) | |
#define wordSpace (dotPeriod*4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment