Project

General

Profile

Statistics
| Revision:

root / trunk / code / lib / include / libdragonfly / encoders.h @ 1461

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

1429 09/30/2009 07:31 PM David Schultz

updated library binaries and included header files

1371 09/02/2009 11:37 PM Rich Hong

Remove some unused code in encoders

Also update binary and docs

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