Project

General

Profile

Statistics
| Revision:

root / branches / wireless / code / projects / unit_tests / test_analog.c @ 1499

History | View | Annotate | Download (604 Bytes)

  • svn:mergeinfo:
# Date Author Comment
1492 11/07/2009 04:17 PM David Schultz

wireless library branch

1484 11/07/2009 02:51 PM John Sexton

Moving behaviors from the "Projects" directory into the appropriate "Behaviors" directory.

1365 09/01/2009 01:02 AM David Schultz

removed dragonfly_init() from each unit test and renamed files to comply with new naming convention.

831 09/08/2008 11:05 PM John Sexton

Now have working version of testanalog which prints the table of analog values stored on the robot. Allows us to do analog tests manually and watch the values the robot is reading.

830 09/08/2008 08:35 PM John Sexton

Prints table of the analog values by cycling through all the analog ports and outputting an integer value corresponding to the ADC conversion of that port. Table format needs work.

827 09/08/2008 07:19 PM David Schultz

testrangefinders works.
testanalog gives values, which might mean it works.

800 09/01/2008 08:27 PM John Sexton

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