Project

General

Profile

Statistics
| Revision:

root / demos / smart_run_around_fsm / lib / src / libdragonfly / rangefinder.c @ 1784

History | View | Annotate | Download (4.68 KB)

# Date Author Comment
1784 04/19/2010 08:03 PM Evan Mullinix

commit smart run around demo

1549 11/16/2009 07:31 PM John Sexton

Updated IR rangefinder lookup table. Now reports in millimeters with an accuracy of +-10mm.

1496 11/07/2009 07:17 PM John Sexton

Reverted "libdragonfly" folder back to version before Init Checking was implemented and did "make dist" to recompile the library. BOM LEDs now shine
correctly.

1462 10/23/2009 11:20 PM David Schultz

moved dragonfly definitions to separate header file

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

1460 10/22/2009 01:19 PM David Schultz

put lcd and rangefinder lookup tables into program space
removed TODO inline comments from wireless library

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

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

1372 09/03/2009 01:12 AM Abraham Levkoy

Moved prototype for linearize_distance and constants MIN_IR_ADC8 and
MAX_IR_ADC8 from rangefinder.c to rangefinder.h. Added Doxy comments for these
items. Realize that linearize_distance was probably intended to be hidden from
the average user, but doxy errors compelled me to act.

380 01/28/2008 07:42 PM Jason knichel

fixed some style stuff

338 12/15/2007 03:04 PM Brian Coltin

Copying Kevin's analog code over from the analog branch.

241 11/08/2007 11:16 PM Brian Coltin

Updated libdragonfly documentation.

8 09/07/2007 12:35 PM Brian Coltin

Added libdragonfly project folder.