Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / libdragonfly / i2c.c @ 1475

History | View | Annotate | Download (11.3 KB)

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

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

Updated libdragonfly documentation.

83 09/26/2007 07:54 PM Kevin Woo

Wee we committed i2c with many problems. But it should be ok.

78 09/26/2007 07:07 PM Kevin Woo

I2C is documented. This is a pre-merge commit.

70 09/24/2007 09:42 PM Kevin Woo

Documented i2c. Need to do some better explanations and clean up the h file.

54 09/24/2007 02:30 PM Kevin Woo

Committed i2c. Need to comment and bring up to coding standards.