diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 1970-01-01 01:45:37 +0100 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 1970-01-01 01:45:37 +0100 |
| commit | 3b33d88f5621a8d40ccf4c0177c98f63a5c19c38 (patch) | |
| tree | b9fcb18e466817b2256c5b86eb56d2a2c7003efb /morse.h | |
| download | pish-3b33d88f5621a8d40ccf4c0177c98f63a5c19c38.zip pish-3b33d88f5621a8d40ccf4c0177c98f63a5c19c38.tar.gz pish-3b33d88f5621a8d40ccf4c0177c98f63a5c19c38.tar.bz2 pish-3b33d88f5621a8d40ccf4c0177c98f63a5c19c38.tar.xz | |
Initial commit
Diffstat (limited to 'morse.h')
| -rw-r--r-- | morse.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <string> +using namespace std; +void transmit(const string&); +void morse_init(); // call this first! +void dot(); +void dash(); |