raspikeyer/src/morse.h

5 lines
No EOL
85 B
C++

#pragma once
#include <string>
std::string refurbishMessage(const std::string msg);