mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Class
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
class Item {
|
||||
|
||||
class Item : public Item {
|
||||
|
||||
protected:
|
||||
String type;
|
||||
String key;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "Class/Item.h"
|
||||
#include "Global.h"
|
||||
|
||||
class Button : public Item {
|
||||
class Button {
|
||||
public:
|
||||
|
||||
void pinModeSet(int pinf) {
|
||||
|
||||
Reference in New Issue
Block a user