-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bbad85
commit c65166e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# RasPiMorseCode | ||
Simple script to output text as Morse Code on Raspberry Pi LEDs | ||
* Dot speed = 0.15 seconds, can be changed in `code.py` | ||
* Dash = 3 dots | ||
* Space between ticks = 1 dot | ||
* Space between characters = 3 dots | ||
* Space (or unrecognized character) 7 dots | ||
* Alternates LEDs on each character | ||
* Restores to default Raspberry Pi LED behavior | ||
* Does not work by default on Raspberry Pi Zero as it only has one LED--delete all references to LED1 for Zero. | ||
|
||
## Usage | ||
* `python code.py as much text as you'd like` |