From 78111c37c6174de035a546ca661f0f68bb68c4cd Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 3 Nov 2005 02:52:41 +0000 Subject: 2005-11-02 straumanatslacdotstanford.edu * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files. * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h --- c/src/wrapup/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/wrapup') diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index 330ae71be5..f8485997dd 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -30,6 +30,7 @@ SRCS += ../libchip/libide.a if HAS_NETWORKING SRCS += ../libchip/libnetchip.a endif +SRCS += ../libchip/libi2cio.a endif if HAS_MP -- cgit v1.2.3