ubitxv6/menu_main_buttons.h

13 lines
250 B
C
Raw Normal View History

#pragma once
2020-02-10 06:14:43 +01:00
#include <stdint.h>
2020-02-10 06:14:43 +01:00
#include "button.h"
2020-02-15 03:51:28 +01:00
extern const Button* const mainMenuButtons[];
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
2020-02-12 06:44:40 +01:00
extern const Button bVfoA;
extern const Button bVfoB;
2020-02-12 08:09:18 +01:00
void updateBandButtons(const uint32_t old_freq);