Project

General

Profile

Revision 800

Added by John Sexton over 15 years ago

Added testanalog.c file for the purpose of testing ADC and analog functions.

View differences:

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

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

Also available in: Unified diff