satdump/src-core/common/widgets/frequency_input.h
2023-12-20 14:00:46 -05:00

7 lines
No EOL
140 B
C++

#pragma once
#include <stdint.h>
namespace widgets
{
bool FrequencyInput(const char* label, uint64_t* frequency_hz, float scale = 0.0f);
}