Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (319 Bytes)

1
#include "analog.h"
2

    
3
void analog_init(int startConversion)
4
{
5
        
6
}
7

    
8
void analog_start_loop(void)
9
{
10

    
11
}
12

    
13
void analog_stop_loop(void)
14
{
15

    
16
}
17

    
18
unsigned int analog8(int which)
19
{
20

    
21
}
22

    
23
unsigned int analog10(int which)
24
{
25

    
26
}
27

    
28
int wheel(void)
29
{
30

    
31
}
32

    
33
unsigned int analog_get8(int which)
34
{
35

    
36
}
37

    
38
unsigned int analog_get10(int which)
39
{
40

    
41
}
42