diff options
Diffstat (limited to 'tracker-stm32/src/compression.h')
-rw-r--r-- | tracker-stm32/src/compression.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tracker-stm32/src/compression.h b/tracker-stm32/src/compression.h new file mode 100644 index 0000000..064369b --- /dev/null +++ b/tracker-stm32/src/compression.h @@ -0,0 +1,9 @@ +#pragma once +#include "uintwide_t.h" + +uint32_t encodeCallsign(const char *callsign); + +void ax25_base91enc(char *s, uint8_t n, uint32_t v); + +math::wide_integer::uint512_t encodetttt(const char *s); + |