Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (353 Bytes)

1
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
  testrangefinders();
10
  //testanalog();
11
  //testtokenring();
12
<<<<<<< .mine
13
  //testencoders();
14
=======
15
  //testencoders();
16
  //testlights();
17
  testmotors();
18
>>>>>>> .r995
19
  
20
        return 0;
21
}
22

    
23