mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-05 09:07:29 -05:00
9b9a1610c2
This reverts commit 1f97be3263
.
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;
|