mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-19 06:05:55 -05:00
12 lines
233 B
C
12 lines
233 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include "button.h"
|
||
|
|
||
|
extern const Button* const numpadMenuButtons[];
|
||
|
extern const uint8_t NUMPAD_MENU_NUM_BUTTONS;
|
||
|
|
||
|
extern const uint32_t NUMPAD_MENU_EXIT_FREQ;
|
||
|
extern uint32_t numpadMenuFrequency;
|