Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (126 Bytes)

1
extern int testlcd();
2
extern int testrangefinders();
3

    
4
int main(void) {
5
  //testlcd();
6
  testrangefinders();
7
  
8
        return 0;
9
}
10

    
11