mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
11 lines
233 B
C
11 lines
233 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Arduino.h>
|
||
|
|
#include "Global.h"
|
||
|
|
|
||
|
|
extern void addItem(String name);
|
||
|
|
extern void delAllItems();
|
||
|
|
extern uint8_t getNewElementNumber(String file);
|
||
|
|
extern uint8_t getFreePinAll();
|
||
|
|
extern uint8_t getFreePinAnalog();
|