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