fork of TMP102, added read_u16 functionality
Fork of TMP102 by
History
Fix uncompatible datatype uint / int
2016-12-08, by atarbey [Thu, 08 Dec 2016 11:07:51 +0000] rev 5
Fix uncompatible datatype uint / int
added read_u16()
2016-12-08, by atarbey [Thu, 08 Dec 2016 10:59:34 +0000] rev 4
added read_u16()
Cleaned up commented code
2013-03-07, by chris [Thu, 07 Mar 2013 10:44:42 +0000] rev 3
Cleaned up commented code
Updated read function to work correctly with negative numbers.; As per : http://mbed.org/cookbook/TMP102-Temperature-Sensor#c4313;
2013-03-07, by chris [Thu, 07 Mar 2013 10:43:04 +0000] rev 2
Updated read function to work correctly with negative numbers.; As per : http://mbed.org/cookbook/TMP102-Temperature-Sensor#c4313;
Removed extra declaration of I2C interface
2012-07-21, by chris [Sat, 21 Jul 2012 22:40:40 +0000] rev 1
Removed extra declaration of I2C interface