corvus2 board builds

This commit is contained in:
Kevin Hester
2020-10-13 13:59:06 +08:00
parent ef325289eb
commit 965c2bda8d
8 changed files with 373 additions and 11 deletions

View File

@@ -75,10 +75,10 @@ class GPS : private concurrency::OSThread
virtual bool setupGPS() = 0;
/// If possible force the GPS into sleep/low power mode
virtual void sleep() {}
virtual void sleep();
/// wake the GPS into normal operation mode
virtual void wake() {}
virtual void wake();
/** Subclasses should look for serial rx characters here and feed it to their GPS parser
*