Added api for reading out tmp100 x100 temps
This commit is contained in:
parent
65163a9b57
commit
0ea95c21b3
2 changed files with 23 additions and 12 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue