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