tree: db8c57fd41b428a179cd6014ed33babe697e4fff [path history] [tgz]
  1. BUILD.bazel
  2. encoder.cc
  3. encoder.h
  4. encoder_test.cc
  5. morse_code.options
  6. morse_code.proto
  7. README.md
  8. service.cc
  9. service.h
modules/morse_code/README.md

Morse code

This module encodes messages using Morse code and a provided output function.

For example, if the output function sets an LED on or off, then calling Encoder::Encode with a message string will cause the LED to blink the message in Morse code.