mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
наследование
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
class Button : public Item {
|
||||
public:
|
||||
Button() : Item() {}
|
||||
Button() : Item()
|
||||
|
||||
void pinModeSet(int pinf) {
|
||||
if (pin != "") {
|
||||
@@ -32,4 +32,4 @@ class Button : public Item {
|
||||
}
|
||||
};
|
||||
|
||||
extern Button* myButton;
|
||||
//extern Button* myButton;
|
||||
Reference in New Issue
Block a user