Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / libsim / battery.c @ 933

History | View | Annotate | Download (193 Bytes)

1
#include "batter.h"
2

    
3
int battery8(void)
4
{
5
        UNIMPLEMENTED
6
}
7

    
8
int battery(void)
9
{
10
        UNIMPLEMENTED
11
}
12

    
13
char battery_low(void)
14
{
15
        UNIMPLEMENTED
16
}
17

    
18
int battery8_avg(int n_samples)
19
{
20
        UNIMPLEMENTED
21
}
22