working wersion with elements

This commit is contained in:
Dmitry Borisenko
2020-08-26 15:44:19 +03:00
parent e3f3ae7664
commit 90e6822d3b
23 changed files with 247 additions and 203 deletions

View File

@@ -1,8 +0,0 @@
#pragma once
#include <Arduino.h>
#include "Global.h"
extern void addItem(String name);
extern void delAllItems();
extern int getNewElementNumber(String file);