2025-03-14 13:28:19 +08:00

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