MAX31850, DS18B20, DS2450, thermocouple
MAX31850.cpp File Reference
library of MAX31850 1-Wire Thermocouple-to-Digital Converters,Cold-Junction Compensated (http://www.maximintegrated.com/datasheet/index.mvp/id/7953) More...
Go to the source code of this file.
Functions | |
| int | MAX31850_Read_Scratch (uint8_t id[], uint8_t sp[], uint8_t n) |
| lecture registre MAX31850 | |
| int | MAX31850_Temp_TRUE (uint8_t *sp, double *temp) |
| lecture temperature thermocouple Linearized MAX31850 | |
| int | MAX31850_Temp_TC (uint8_t *sp, float *temp) |
| lecture temperature thermocouple MAX31850 | |
| int | MAX31850_Temp_CJ (uint8_t *sp, float *temp) |
| lecture temperature cold junction MAX31850 | |
| int | MAX31850_Start_meas (uint8_t id[], uint8_t n=0) |
| start convertion MAX31850 | |
Detailed Description
library of MAX31850 1-Wire Thermocouple-to-Digital Converters,Cold-Junction Compensated (http://www.maximintegrated.com/datasheet/index.mvp/id/7953)
- Date:
- 2014_01_15
Definition in file MAX31850.cpp.
Function Documentation
| int MAX31850_Read_Scratch | ( | uint8_t | id[], |
| uint8_t | sp[], | ||
| uint8_t | n | ||
| ) |
lecture registre MAX31850
- Parameters:
-
[in] uint8_t id[] tableau d'identifiant OW [out] uint8_t sp[] tableau de registre [in] uint8_t n bus ow
- Returns:
- OW_OK si erreur retourne OW_ERROR_CRC
- Date:
- 02/12/2013
Definition at line 12 of file MAX31850.cpp.
| int MAX31850_Start_meas | ( | uint8_t | id[], |
| uint8_t | n | ||
| ) |
start convertion MAX31850
- Parameters:
-
[in] uint8_t id[] tableau d'identifiant OW [in] uint8_t n bus ow
- Returns:
- OW_OK
- Date:
- 02/12/2013
Definition at line 116 of file MAX31850.cpp.
| int MAX31850_Temp_CJ | ( | uint8_t * | sp, |
| float * | temp | ||
| ) |
lecture temperature cold junction MAX31850
- Parameters:
-
[in] uint8_t sp[] tableau registre MAX31850 [out] float temperature cold junction degre Celsuis
- Returns:
- OW_OK si erreur retourne ERROR
- Date:
- 04/12/2013
Definition at line 97 of file MAX31850.cpp.
| int MAX31850_Temp_TC | ( | uint8_t * | sp, |
| float * | temp | ||
| ) |
lecture temperature thermocouple MAX31850
- Parameters:
-
[in] uint8_t sp[] tableau registre MAX31850 [out] float temperature thermocouple degre Celsuis
- Returns:
- OW_OK si erreur retourne ERROR
- Date:
- 04/12/2013
Definition at line 68 of file MAX31850.cpp.
| int MAX31850_Temp_TRUE | ( | uint8_t * | sp, |
| double * | temp | ||
| ) |
lecture temperature thermocouple Linearized MAX31850
- Parameters:
-
[in] uint8_t sp[] tableau registre MAX31850 [out] float temperature thermocouple Linearized degre Celsuis
- Returns:
- OW_OK si erreur retourne ERROR
- Date:
- 04/12/2013
Definition at line 29 of file MAX31850.cpp.
Generated on Mon Jul 18 2022 20:45:44 by
1.7.2
frederic blanc