first commit
This commit is contained in:
16
ESP8266_DOMOTICZ_ECRAN/Point.h
Normal file
16
ESP8266_DOMOTICZ_ECRAN/Point.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef Point_h
|
||||
#define Point_h
|
||||
#include <Arduino.h>
|
||||
|
||||
class Point {
|
||||
public :
|
||||
Point();
|
||||
Point(int _x, int _y);
|
||||
public :
|
||||
float x, y;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user