Project

General

Profile

Revision 933

Added unimplemented message to simulator library.

View differences:

motors.c
2 2

  
3 3
void motors_init(void)
4 4
{
5

  
5
	UNIMPLEMENTED
6 6
}
7 7

  
8 8
void motor1_set(int direction, int speed)
9 9
{
10

  
10
	UNIMPLEMENTED
11 11
}
12 12

  
13 13
void motor2_set(int direction, int speed)
14 14
{
15

  
15
	UNIMPLEMENTED
16 16
}
17 17

  
18 18
void motors_off(void)
19 19
{
20

  
20
	UNIMPLEMENTED
21 21
}
22 22

  

Also available in: Unified diff