Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (137 Bytes)

1
#include "batter.h"
2

    
3
int battery8(void)
4
{
5

    
6
}
7

    
8
int battery(void)
9
{
10

    
11
}
12

    
13
char battery_low(void)
14
{
15

    
16
}
17

    
18
int battery8_avg(int n_samples)
19
{
20

    
21
}
22