cleanup powermgm and add haptic feedback

This commit is contained in:
sharandac
2020-08-03 09:04:33 +02:00
parent 69b9a54408
commit ae45eac491
24 changed files with 168 additions and 125 deletions

View File

@@ -54,6 +54,8 @@
* @return charge in percent or -1 if unknown
*/
int32_t pmu_get_battery_percent( TTGOClass *ttgo );
void pmu_standby( void );
void pmu_wakeup( void );
void pmu_save_config( void );
void pmu_read_config( void );
bool pmu_get_calculated_percent( void );