2019-06-20 11:23:09 +00:00
|
|
|
|
2019-07-08 13:48:09 +00:00
|
|
|
/**
|
|
|
|
* Initialises the TPL5111 done pin to be LOW, so that it catches it when we
|
|
|
|
* set it to HIGH later.
|
|
|
|
*/
|
|
|
|
void power_init();
|
|
|
|
|
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();
|