LoRaWAN-Signal-Mapping/iot/main/power.h

16 lines
265 B
C
Raw Normal View History

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