mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-14 02:29:29 +00:00
Added tetra rx ext app (#3257)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "tetra_bits.hpp"
|
||||
|
||||
namespace ui::external_app::tetra_rx {
|
||||
|
||||
class RCPC {
|
||||
public:
|
||||
static constexpr uint8_t ERASED = 0xff;
|
||||
|
||||
static void depuncture_2_3(
|
||||
BitVector& in,
|
||||
uint8_t* out,
|
||||
uint32_t in_bits);
|
||||
};
|
||||
|
||||
} // namespace ui::external_app::tetra_rx
|
||||
Reference in New Issue
Block a user