uv-k5-firmware/app/main.h
2023-08-27 20:47:55 +01:00

10 lines
123 B
C

#ifndef APP_MAIN_H
#define APP_MAIN_H
#include <stdbool.h>
void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld);
#endif