LoRa_APRS_Tracker111/include/menu_utils.h

15 lines
285 B
C++

#ifndef MENU_UTILS_H_
#define MENU_UTILS_H_
#include <Arduino.h>
namespace MENU_Utils {
const String checkBTType();
const String checkProcessActive(const bool process);
const String screenBrightnessAsString(const uint8_t bright);
void showOnScreen();
}
#endif