Project

General

Profile

Statistics
| Revision:

root / trunk / code / lib / include / libdragonfly / eeprom.h @ 1613

History | View | Annotate | Download (1.32 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.

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

1141 04/16/2009 05:52 PM Martin Herrmann
1052 02/25/2009 05:23 PM Austin Buchan

only newline differences

1035 02/17/2009 09:22 PM Emily Hart

Added newline at the end of the file. Take that, gcc.

946 12/03/2008 12:01 AM Austin Buchan

extension of update to eeprom/bom/init. this is just the include files and the library archive.

888 10/28/2008 04:53 PM Justin Scheiner

Added the header files for spi, encoders, and eeprom to the trunk library.
Recompiled library :P