first commit
This commit is contained in:
7
ESP8266_DOMOTICZ_DEEP_SLEEP/Point.cpp
Executable file
7
ESP8266_DOMOTICZ_DEEP_SLEEP/Point.cpp
Executable file
@@ -0,0 +1,7 @@
|
||||
#include "Point.h"
|
||||
|
||||
Point::Point(int _x, int _y)
|
||||
{
|
||||
x = _x;
|
||||
y = _y;
|
||||
}
|
||||
Reference in New Issue
Block a user