Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / test / main.c @ 867

History | View | Annotate | Download (238 Bytes)

1
extern int testlcd();
2
extern int testrangefinders();
3
extern int testanalog();
4
extern int testtokenring();
5

    
6
int main(void) {
7
  //testlcd();
8
  //testrangefinders();
9
  //testanalog();
10
  //testtokenring();
11
  testencoders();
12
  
13
        return 0;
14
}
15

    
16