1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/board/chronos/drivers/include/battery.h

7 lines
98 B
C
Raw Normal View History

#ifndef BATTERY_H
#define BATTERY_H
uint16_t battery_get_voltate(void);
#endif /* BATTERY_H */