Project

General

Profile

Revision 933

Added unimplemented message to simulator library.

View differences:

encoders.c
2 2

  
3 3
void encoders_init(void)
4 4
{
5

  
5
	UNIMPLEMENTED
6 6
}
7 7

  
8 8
int encoder_read(char encoder)
9 9
{
10

  
10
	UNIMPLEMENTED
11 11
}
12 12

  
13 13
int encoder_get_dx(char encoder)
14 14
{
15

  
15
	UNIMPLEMENTED
16 16
}
17 17

  
18 18
void encoder_rst_dx(char encoder)
19 19
{
20

  
20
	UNIMPLEMENTED
21 21
}
22 22

  
23 23
int encoder_get_tc(void)
24 24
{
25

  
25
	UNIMPLEMENTED
26 26
}
27 27

  
28 28
void encoder_rst_tc(void)
29 29
{
30

  
30
	UNIMPLEMENTED
31 31
}
32 32

  
33 33
void encoder_wait( int nReadings )
34 34
{
35

  
35
	UNIMPLEMENTED
36 36
}
37 37

  

Also available in: Unified diff