Files
IoTManager/include/ItemsList.h

11 lines
233 B
C
Raw Normal View History

2020-08-20 03:12:04 +03:00
#pragma once
#include <Arduino.h>
#include "Global.h"
2020-08-25 18:36:05 +03:00
extern void addItem(String name);
extern void delAllItems();
2020-08-26 15:44:19 +03:00
extern uint8_t getNewElementNumber(String file);
2020-08-28 03:25:13 +03:00
extern uint8_t getFreePinAll();
extern uint8_t getFreePinAnalog();