gps now over spi
This commit is contained in:
@@ -54,6 +54,10 @@ class Point{
|
||||
* @return false
|
||||
*/
|
||||
bool isValid() const { return this->lat + this->lon; }
|
||||
|
||||
// FIXME: Add real implementations!
|
||||
double distanceTo(const Point& point) const { return 0; }
|
||||
double courseTo(const Point& point) const { return 0; }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user