satdump/src-cli2/probe.h

6 lines
No EOL
89 B
C++

#pragma once
namespace satdump
{
void probeDevices(bool tx, bool rx, bool params);
}