Skip to content

Commit

Permalink
Fleshing out README
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceitoc9 committed Mar 13, 2018
1 parent 8bbad85 commit c65166e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
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`

0 comments on commit c65166e

Please sign in to comment.