2019-06-20 11:23:09 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Wakes the GPS module up from standby.
|
|
|
|
*/
|
2019-06-24 14:47:00 +00:00
|
|
|
// void power_gps_wakeup();
|
2019-06-20 11:23:09 +00:00
|
|
|
/**
|
|
|
|
* Puts the GPS module into standby.
|
|
|
|
*/
|
2019-06-24 14:47:00 +00:00
|
|
|
// void power_gps_standby();
|
2019-06-20 11:23:09 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Signals that our work is complete and that we can turn off now to the
|
|
|
|
* TPL5111.
|
|
|
|
*/
|
|
|
|
void power_off();
|