satdump/src-core/common/widgets/frequency_input.h

7 lines
140 B
C
Raw Normal View History

2023-12-17 23:17:40 -05:00
#pragma once
#include <stdint.h>
2023-12-17 23:17:40 -05:00
namespace widgets
{
bool FrequencyInput(const char* label, uint64_t* frequency_hz, float scale = 0.0f);
2023-12-17 23:17:40 -05:00
}