mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
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
|