GreerPage / morse

morse code on LED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morse Code for Raspberry Pi

(Only works on raspis)

Installation

$ git clone https://github.com/GreerPage/morse
$ cd morse
$ pip install .

make sure to connect an LED (using GPIO pin 18) to a raspberry pi as shown below:

raspi

Usage

$ morse hello, world #displays hello, world in morse code once
$ morse hello, world -l true #displays hello, world in morse code until loop is stopped 

License

MIT License

About

morse code on LED

License:MIT License


Languages

Language:Python 100.0%