|
|
@@ -0,0 +1,19 @@
|
|
|
+# Morse Code
|
|
|
+
|
|
|
+Simple Morse Code parser Flipper Application Package.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+## Controls
|
|
|
+
|
|
|
+- Up/Down buttons to set volume
|
|
|
+- Left/Right buttons to set Dit length in milliseconds
|
|
|
+- Push center button to play Dit
|
|
|
+- Hold center button to play Dah
|
|
|
+
|
|
|
+
|
|
|
+## Compiling
|
|
|
+
|
|
|
+```
|
|
|
+./fbt fap_morse_code
|
|
|
+```
|