选择版本

选择版本

未找到结果。请清除搜索,并重试。

TMP1826-1-WIRE-CODE

TMP1826 code and drivers for C2000™ MCU TMS320F28003x, MSPM0L1306 and Tiva™ ARM® MCUs C series

选择版本
未找到结果。请清除搜索,并重试。
最新版本
版本: 2.0.0
发布日期: 29 三月 2023
lock = 需要出口许可(1 分钟)
产品
数字温度传感器
TMP1826 具有 2kbit EEPROM 的 1-Wire®、±0.2°C 精度数字温度传感器 TMP1827 具有 2Kb EEPROM 和 1-Wire® SHA-256 认证器的集成式 ±0.2°C 温度传感器

发布信息

Version 1.0.0

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

1. First Release

 

Version 1.1.0

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

1. Added examples and application stack for EK-TM4C123GXL

2. Added examples and application stack for EK-TM4C1294XL

 

Version 1.2.0

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

1. Added IO functions to single_wire_gpio_driver.c

2. Added GPIO config and access functions to tmp182x_func_driver.c and tmp182x_func_driver.h

3. Added example for GPIO and Flex Mode access for EK-TM4C123GXL

4. Corrected enumeration functions to support overdrive bus speed

5. Removed preprocessor IO functions from single_wire_hal_driver.h

 

Version 2.0.0

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

1. Added function for Convert Temperature using either Global or Direct Address to tmp182x_func_driver.c

2. Added code for stacked mode conversion in Convert Temperature to tmp182x_func_driver.c

3. Removed temperature conversion from GetTemperature function

4. Added device timing defines to singlewire_common.h and updated functions to use new defines

5. Updated register defines to match register scratchpad in singlewire_common.h

6. Add new define for low impedance current path in single_wire_hal_driver.h

7. Added new functions to enable and disable the low impedance current path in single_wire_gpio_driver.c

8. Added utility function to convert temperature from 16-bit hex to degree C in the example code

9. Added UART driver in addition to GPIO driver for EK-TM4C123GXL and EK-TM4C1294XL.

10. Added simple temperature sensor conversion and read back using UART drivers.