Changeset - f48b9f22aa7a
[Not reviewed]
default
0 1 0
kripperger@CL-SEC241-09.cedarville.edu - 12 years ago 2013-02-01 14:53:36
kripperger@CL-SEC241-09.cedarville.edu
ver
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
slave/slave/lib/i2c.c
Show inline comments
 
@@ -237,12 +237,13 @@ uint8_t i2c_read(unsigned char addr, uns
 
	i2c_stop();
 
	
 
    return data;
 
 
}/* i2c_read */
 
 
 
///////////added for humidity
 
uint16_t i2c_read16(unsigned char addr)
 
{
 
	uint16_t   data;
 
	uint8_t   dataL;
 
	
0 comments (0 inline, 0 general)