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
Oliver Hahm 443a5efbea [board/chronos]
* introduced battery driver
2010-12-17 13:38:03 +01:00

7 lines
98 B
C

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