Skip to content

Commit 46663ab

Browse files
committed
Correct README
1 parent dadfb9d commit 46663ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ void Morse::send(char * message)
109109
```
110110
### reset()
111111
```
112+
/*
113+
* Morse::reset()
114+
*
115+
* Halts and sending in progress, empties the message buffer, and resets the
116+
* Morse state machine.
117+
*
118+
*/
112119
```
113120

114121
Public Variables

0 commit comments

Comments
 (0)