raspikeyer/src/morse.h

5 lines
85 B
C
Raw Normal View History

2024-02-23 08:58:48 +01:00
#pragma once
#include <string>
std::string refurbishMessage(const std::string msg);