mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-10 15:56:09 -05:00
14 lines
278 B
C
14 lines
278 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "button_grid.h"
|
|
|
|
extern const ButtonGrid_t mainMenuVfoGrid;
|
|
extern const ButtonGrid_t mainMenuGrid;
|
|
extern const Button bVfoA;
|
|
extern const Button bVfoB;
|
|
|
|
void updateBandButtons(const uint32_t old_freq);
|
|
void updateSidebandButtons();
|