diff --git a/README.md b/README.md index 5bc9dad..e49652a 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,13 @@ void Morse::send(char * message) ``` ### reset() ``` +/* + * Morse::reset() + * + * Halts and sending in progress, empties the message buffer, and resets the + * Morse state machine. + * + */ ``` Public Variables