orion-rf/firmware/menu.h

11 lines
104 B
C

#pragma once
struct Menu
{
const char **items;
int size;
};
void menuInit();
void menuLoop();