This commit is contained in:
Dmitry Borisenko
2020-07-29 21:41:12 +02:00
parent 9fa3ec05c2
commit 7134c07f60
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
#include "Global.h"
class Item {
class Item : public Item {
protected:
String type;
String key;

View File

@@ -5,7 +5,7 @@
#include "Class/Item.h"
#include "Global.h"
class Button : public Item {
class Button {
public:
void pinModeSet(int pinf) {