Project

General

Profile

Revision 933

Added unimplemented message to simulator library.

View differences:

dio.c
2 2

  
3 3
int digital_input(int port)
4 4
{
5

  
5
	UNIMPLEMENTED
6 6
}
7 7

  
8 8
void digital_output(int port, int val)
9 9
{
10

  
10
	UNIMPLEMENTED
11 11
}
12 12

  
13 13
void digital_pull_up(int port)
14 14
{
15

  
15
	UNIMPLEMENTED
16 16
}
17 17

  
18 18
int button1_read(void)
19 19
{
20

  
20
	UNIMPLEMENTED
21 21
}
22 22

  
23 23
int button1_click(void)
24 24
{
25

  
25
	UNIMPLEMENTED
26 26
}
27 27

  
28 28
void button1_wait(void)
29 29
{
30

  
30
	UNIMPLEMENTED
31 31
}
32 32

  
33 33
int button2_read(void)
34 34
{
35

  
35
	UNIMPLEMENTED
36 36
}
37 37

  
38 38
int button2_click(void)

Also available in: Unified diff