Go to the source code of this file.
Namespaces | |
| morse_code | |
Functions | |
| def | morse_code.transmit_string (pi, gpio, str) |
Variables | |
| int | morse_code.DASH = 3 |
| int | morse_code.DOT = 1 |
| int | morse_code.GAP = 1 |
| int | morse_code.GPIO = 22 |
| int | morse_code.LETTER_GAP = 3-GAP |
| int | morse_code.MICROS = 100000 |
| dictionary | morse_code.morse |
| int | morse_code.NONE = 0 |
| morse_code.pi = pigpio.pi() | |
| int | morse_code.WORD_GAP = 7-LETTER_GAP |