Project

General

Profile

Statistics
| Revision:

root / branches / wireless / code / projects / unit_tests / test_rangefinder.c @ 1617

History | View | Annotate | Download (1.86 KB)

  • 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.

1461 10/22/2009 11:01 PM Brad Neuman

updated all the library code to have sensible _init behavior.
Almost all of the library components have a global variable which gets set after init and the functions inside will fail with an error code if init has not been called. Also, the init functions themselves check this variable and will bail out without doing any damage if that init has already been called

1452 10/14/2009 08:30 PM David Schultz

update of includes in library, removed unnecessary calls to stdlib.h

1414 09/16/2009 03:35 PM Abraham Levkoy

Changed rangefinder unit test to use all orbs and not take forever.

1401 09/09/2009 05:06 PM Abraham Levkoy

Tested rangefinders to see if they are #define'd correctly. See data/rangefinder for details.

1383 09/04/2009 03:57 PM Abraham Levkoy

Updated function name in test_rangefinder.c to comply with naming standard.

1382 09/04/2009 03:42 PM Abraham Levkoy

Created rangefinder unit test.

1381 09/04/2009 02:53 PM Abraham Levkoy

Changed name of rangefinder test to reflect name of rangefinder module. Updated main.c to reflect this.

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.

1067 03/04/2009 07:27 PM Nico Paris

Made some additions to rayHits.c

Not really useful, just for me

858 09/23/2008 07:25 PM David Schultz

bom/token ring test complete
updated testeeprom #include to make it compile

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

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

791 09/01/2008 07:38 PM David Schultz

added rangefinder test - needs more testing