12 lines
120 B
C
12 lines
120 B
C
#ifndef BATTERY_H
|
|
#define BATTERY_H
|
|
|
|
void show_bat_segs();
|
|
|
|
void low_bat();
|
|
|
|
void start_chg();
|
|
void stop_chg();
|
|
|
|
#endif
|