ubitxv6/menu_numpad_buttons.h

11 lines
186 B
C
Raw Normal View History

2020-02-15 03:50:26 +01:00
#pragma once
#include <stdint.h>
2020-04-26 04:46:36 +02:00
#include "button_grid.h"
2020-02-15 03:50:26 +01:00
2020-04-26 04:46:36 +02:00
extern const ButtonGrid_t numpadMenuGrid;
2020-02-15 03:50:26 +01:00
extern const uint32_t NUMPAD_MENU_EXIT_FREQ;
extern uint32_t numpadMenuFrequency;