From 46663ab5503068bf2c800d53baa17164a09b0e25 Mon Sep 17 00:00:00 2001 From: Jason Milldrum Date: Sun, 13 Jan 2019 18:23:41 -0800 Subject: [PATCH] Correct README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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