mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-10 15:45:59 -05:00
14 lines
280 B
C
14 lines
280 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "button.h"
|
|
|
|
extern const Button* const mainMenuButtons[];
|
|
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
|
|
|
|
extern const Button bVfoA;
|
|
extern const Button bVfoB;
|
|
void updateBandButtons(const uint32_t old_freq);
|
|
void updateSidebandButtons();
|