mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
5 lines
No EOL
129 B
C++
Executable file
5 lines
No EOL
129 B
C++
Executable file
#pragma once
|
|
#include <cstdint>
|
|
|
|
// G. E. Thomas Manchester decoder
|
|
int manchesterDecoder(uint8_t *in, int length, uint8_t *out); |