mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-12 08:48:51 +01:00
9 lines
296 B
C
9 lines
296 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(int argc, char *argv[]);
|
|
|
|
#endif //__PROD_SCREEN_WAITBATTERY__
|