ubitxv6/menu_numpad_buttons.h

11 lines
186 B
C
Raw Normal View History

2020-02-14 21:50:26 -05:00
#pragma once
#include <stdint.h>
2020-04-25 22:46:36 -04:00
#include "button_grid.h"
2020-02-14 21:50:26 -05:00
2020-04-25 22:46:36 -04:00
extern const ButtonGrid_t numpadMenuGrid;
2020-02-14 21:50:26 -05:00
extern const uint32_t NUMPAD_MENU_EXIT_FREQ;
extern uint32_t numpadMenuFrequency;