mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
7 lines
No EOL
140 B
C++
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);
|
|
} |