Project

General

Profile

Revision 791

added rangefinder test - needs more testing

View differences:

main.c
1 1
extern int testlcd();
2
extern int testrangefinders();
2 3

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

Also available in: Unified diff