Added api for reading out tmp100 x100 temps

This commit is contained in:
Joakim Eriksson 2012-01-03 10:45:03 -08:00 committed by Niclas Finne
parent 65163a9b57
commit 0ea95c21b3
2 changed files with 23 additions and 12 deletions

View file

@ -72,6 +72,11 @@ u16_t tmp102_read_temp_raw();
*/
int8_t tmp102_read_temp_simple();
/* Read only integer part of the temperature in 1deg. precision.
no args needed
*/
int16_t tmp102_read_temp_x100();
/* -------------------------------------------------------------------------- */
/* Reference definitions */
/* TMP102 slave address */