This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
34ad51eca5
RIOT
/
chronos
/
drivers
/
include
/
battery.h
7 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
[board/chronos] * introduced battery driver
2010-12-17 13:38:03 +01:00
#
ifndef BATTERY_H
#
define BATTERY_H
* some changes to chronos (not yet finished)
2011-03-18 15:59:50 +01:00
uint32_t
battery_get_voltage
(
void
)
;
[board/chronos] * introduced battery driver
2010-12-17 13:38:03 +01:00
#
endif
/* BATTERY_H */
Copy Permalink