Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / libsim / orbs.c @ 1074

History | View | Annotate | Download (633 Bytes)

1 906 bcoltin
#include "lights.h"
2 942 bcoltin
#include "util.h"
3 906 bcoltin
4
void orb_init(void)
5
{
6 933 bcoltin
        UNIMPLEMENTED
7 906 bcoltin
}
8
9
void orb_set(unsigned char red_led, unsigned char green_led,
10
                unsigned char blue_led)
11
{
12 933 bcoltin
        UNIMPLEMENTED
13 906 bcoltin
}
14
15
void orb1_set(unsigned char red_led, unsigned char green_led,
16
                unsigned char blue_led)
17
{
18 933 bcoltin
        UNIMPLEMENTED
19 906 bcoltin
}
20
21
void orb2_set(unsigned char red_led, unsigned char green_led,
22
                unsigned char blue_led)
23
{
24 933 bcoltin
        UNIMPLEMENTED
25 906 bcoltin
}
26
27
void orb_set_color(int col)
28
{
29 933 bcoltin
        UNIMPLEMENTED
30 906 bcoltin
}
31
32
void orb1_set_color(int col)
33
{
34 933 bcoltin
        UNIMPLEMENTED
35 906 bcoltin
}
36
37
void orb2_set_color(int col)
38
{
39 933 bcoltin
        UNIMPLEMENTED
40 906 bcoltin
}
41
42
void orb_disable(void)
43
{
44 933 bcoltin
        UNIMPLEMENTED
45 906 bcoltin
}
46
47
void orb_enable(void)
48
{
49 933 bcoltin
        UNIMPLEMENTED
50 906 bcoltin
}