Project

General

Profile

Statistics
| Revision:

root / branches / library_refactor / projects / test / main.c @ 1367

History | View | Annotate | Download (321 Bytes)

1 1366 nparis
extern int testlcd();
2
extern int testrangefinders();
3
extern int testanalog();
4
extern int testtokenring();
5
extern int testmotors();
6
7
int main(void) {
8
  //testlcd();
9 1367 nparis
  //testrangefinders();
10 1366 nparis
  //testanalog();
11
  //testtokenring();
12
  //testencoders();
13
  //testencoders();
14
  //testlights();
15 1367 nparis
  //testmotors();
16 1366 nparis
17
        return 0;
18
}
19