Project

General

Profile

Revision 933

Added unimplemented message to simulator library.

View differences:

analog.c
1 1
#include "analog.h"
2 2

  
3
#include "util.h"
4

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

  
8 10
void analog_start_loop(void)
9 11
{
10

  
12
	UNIMPLEMENTED
11 13
}
12 14

  
13 15
void analog_stop_loop(void)
14 16
{
15

  
17
	UNIMPLEMENTED
16 18
}
17 19

  
18 20
unsigned int analog8(int which)
19 21
{
20

  
22
	UNIMPLEMENTED
21 23
}
22 24

  
23 25
unsigned int analog10(int which)
24 26
{
25

  
27
	UNIMPLEMENTED
26 28
}
27 29

  
28 30
int wheel(void)
29 31
{
30

  
32
	UNIMPLEMENTED
31 33
}
32 34

  
33 35
unsigned int analog_get8(int which)
34 36
{
35

  
37
	UNIMPLEMENTED
36 38
}
37 39

  
38 40
unsigned int analog_get10(int which)
39 41
{
40

  
42
	UNIMPLEMENTED
41 43
}
42 44

  

Also available in: Unified diff