Implementation of DCF77 transmitter and receiver

This commit is contained in:
Andreas Eversberg
2022-05-28 16:15:45 +02:00
parent 8c382431b5
commit 4758f16324
10 changed files with 1186 additions and 4 deletions

View File

@@ -90,8 +90,9 @@ struct debug_cat {
{ "dss1", "\033[1;34m" },
{ "sip", "\033[1;35m" },
{ "telephone", "\033[1;34m" },
{ "UK0", "\033[1;34m" },
{ "uk0", "\033[1;34m" },
{ "ph", "\033[0;33m" },
{ "dcf77", "\033[1;34m" },
{ NULL, NULL }
};