mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
recovery
This commit is contained in:
19
include/ItemsList.h
Normal file
19
include/ItemsList.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "Global.h"
|
||||
|
||||
extern void itemsListInit();
|
||||
extern void addItem2(int num);
|
||||
extern void addItemAuto(int num, String key, String widget, String descr);
|
||||
extern bool isItemAdded(String key);
|
||||
extern void addPreset(String name);
|
||||
extern void addPreset2(int num);
|
||||
extern void delChoosingItems();
|
||||
extern void addPreset2(int num);
|
||||
extern void delChoosingItemsByNum(int num);
|
||||
extern void delAllItems();
|
||||
extern uint8_t getNewElementNumber(String file);
|
||||
extern uint8_t getFreePinAll();
|
||||
extern bool isPinExist(unsigned int num);
|
||||
extern uint8_t getFreePinAnalog();
|
||||
Reference in New Issue
Block a user