Changeset 5619
- Timestamp:
- 01/22/09 10:55:33 (4 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 2 modified
-
README (modified) (1 diff)
-
py-smbus/smbusmodule.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/README
r5608 r5619 2 2 =================== 3 3 4 This package contains an heterogeneous set of I2C tools for Linux. These tools 5 were originally part of the lm-sensors package but were finally split into 6 their own package for convenience. 4 This package contains an heterogeneous set of I2C tools for the Linux kernel. 5 These tools were originally part of the lm-sensors project but were finally 6 split into their own package for convenience. They compile, run and have been 7 tested on GNU/Linux. 7 8 8 9 -
i2c-tools/trunk/py-smbus/smbusmodule.c
r4451 r5619 35 35 PyDoc_STRVAR(SMBus_module_doc, 36 36 "This module defines an object type that allows SMBus transactions\n" 37 "on Linux hosts. The host kernel must have I2C support, I2C device\n" 38 "interface support, and a bus adapter driver. All of these can be\n" 39 "either built-in to the kernel, or loaded from modules.\n" 37 "on hosts running the Linux kernel. The host kernel must have I2C\n" 38 "support, I2C device interface support, and a bus adapter driver.\n" 39 "All of these can be either built-in to the kernel, or loaded from\n" 40 "modules.\n" 40 41 "\n" 41 42 "Because the I2C device interface is opened R/W, users of this\n"
