mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
SoftwareSerial
This commit is contained in:
11
include/Utils/PresetUtils.h
Normal file
11
include/Utils/PresetUtils.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "CommonTypes.h"
|
||||
|
||||
const String getPresetFile(uint8_t preset, ConfigType_t type);
|
||||
|
||||
const String getItemName(Item_t item);
|
||||
|
||||
const Item_t getPresetItem(uint8_t preset);
|
||||
Reference in New Issue
Block a user