FunKey-ProdScreens/prodScreen_waitBattery.h
2020-09-07 20:35:46 +02:00

9 lines
274 B
C

#ifndef __PROD_SCREEN_WAITBATTERY__
#define __PROD_SCREEN_WAITBATTERY__
#define BATTERY_PRESENT_FILE "/sys/class/power_supply/axp20x-battery/present"
#define CHECK_BATTERY_DELAY_MS 500
int launch_prod_screen_waitbattery();
#endif //__PROD_SCREEN_WAITBATTERY__