mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
11 lines
No EOL
145 B
C++
11 lines
No EOL
145 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
namespace cubesat
|
|
{
|
|
namespace scrambling
|
|
{
|
|
void si4462_scrambling(uint8_t *d, int len);
|
|
}
|
|
} |