raspikeyer/src/morse.h

6 lines
No EOL
112 B
C++

#pragma once
#include <string>
std::string messageToMorse(std::string &msg);
std::string charToMorse(char ch);