mirror of
https://github.com/JADE-Jerry/jcalendar.git
synced 2025-12-06 17:42:52 +08:00
6 lines
78 B
C
6 lines
78 B
C
#ifndef __BATTERY_H__
|
|
#define __BATTERY_H__
|
|
|
|
int readBatteryVoltage();
|
|
|
|
#endif |