# DFRobot_PT100 **Repository Path**: dfrobot/DFRobot_PT100 ## Basic Information - **Project Name**: DFRobot_PT100 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-05 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DFRobot_PT100 - [English Version](./README.md) DFRobot PT100 高温传感器能实现30-350度范围内的温度探测,其基于金属铂(Pt)的电阻 - 温度特性,呈现温度变化。 ![产品效果图片](./resources/images/SEN0198.jpg) ## [ 产品链接](http://www.dfrobot.com) SKU:350度高温传感器 ## 目录 * [概述](#概述) * [库安装](#库安装) * [方法](#方法) * [兼容性](#兼容性) * [历史](#历史) * [创作者](#创作者) ## 概述 可以获得PT100高温传感器所测量的摄氏温度 ## 库安装 使用此库前,请首先下载库文件,将其粘贴到\Arduino\libraries目录中,然后打开examples文件夹并在该文件夹中运行演示。 ## 方法 ```C++ /** * @fn readTemperature * @brief 获取PT100测量的温度 * @param PIN 带ADC功能的引脚 * @return 温度 */ int readTemperature(int PIN); ``` ## 兼容性 | 主板 | 通过 | 未通过 | 未测试 | 备注 | | ----------- |:---:|:---:|:---:| --- | | Arduino uno | √ | | | | | Mega2560 | √ | | | | | Leonardo | √ | | | | | ESP32 | √ | | | | | micro:bit | √ | | | | ## 历史 - 2019/06/25 - 1.0.0 版本 - 2021/09/30 - 1.0.1 版本 - 2025/02/20 - 1.0.2 版本 ## 创作者 Written by Luo Yiming(yiming.luo@dfrobot.com), 2025. Welcome to our [website](https://www.dfrobot.com/)