Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / libdragonfly / analog.c @ 1496

History | View | Annotate | Download (10.1 KB)

# Date Author Comment
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

1406 09/09/2009 10:31 PM James Kong

Merged analog and bom changes from analog branch. Tested and working. Fixes #560

862 09/26/2008 02:07 PM Kevin Woo

Updated analog.c and analog.h documentation and regenerated the docs. No need to remake the library as its just comments.

439 02/04/2008 08:09 PM Kevin Woo

Brace issue. For Jason's happiness.

437 02/04/2008 08:07 PM Kevin Woo

Cleaned up analog.c code. Recompiled library. Mostly commenting and
documentation fixes. No changes made to actual code.

339 12/15/2007 03:38 PM Brian Coltin

Fixed analog bug again. Why does it keep coming back?

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.