FreeCalypso > hg > fc-magnetite
view src/cs/drivers/drv_app/fchg/fchg_func_i.h @ 328:daddb933047d
L1 sleep logic change: allow big sleep when light is on or we are charging
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 14 Dec 2017 02:45:22 +0000 |
| parents | 919b44c991fc |
| children | 8166b0afcf8c |
line wrap: on
line source
/* * Declarations of internal functions live here. */ #ifndef __FCHG_FUNC_I #define __FCHG_FUNC_I void pwr_load_ffs_batt_table(void); void pwr_load_ffs_charging_config(void); void pwr_set_default_batt_table(void); #endif /* include guard */
