TI-RTOS Drivers  tidrivers_full_2_20_00_08
Functions
SensorTmp007.h File Reference

Detailed Description

Driver for the Texas Instruments TMP007 infra-red thermopile sensor.

============================================================================


#include "stdint.h"
#include "stdbool.h"
Include dependency graph for SensorTmp007.h:

Go to the source code of this file.

Functions

bool SensorTmp007_init (void)
 
bool SensorTmp007_enable (bool enable)
 
bool SensorTmp007_test (void)
 
bool SensorTmp007_read (uint16_t *rawVolt, uint16_t *rawTemp)
 
void SensorTmp007_convert (uint16_t rawVolt, uint16_t rawTemp, float *tObj, float *tTgt)
 

Function Documentation

bool SensorTmp007_init ( void  )
bool SensorTmp007_enable ( bool  enable)
bool SensorTmp007_test ( void  )
bool SensorTmp007_read ( uint16_t *  rawVolt,
uint16_t *  rawTemp 
)
void SensorTmp007_convert ( uint16_t  rawVolt,
uint16_t  rawTemp,
float *  tObj,
float *  tTgt 
)
Copyright 2016, Texas Instruments Incorporated