ubitxv6/menu_main_buttons.h

12 lines
200 B
C
Raw Normal View History

#pragma once
2020-02-10 00:14:43 -05:00
#include <stdint.h>
2020-02-10 00:14:43 -05:00
#include "button.h"
extern const Button* const* mainMenuButtons;
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
2020-02-12 00:44:40 -05:00
extern const Button bVfoA;
extern const Button bVfoB;