# SHT45 **Repository Path**: Cation_git/esp-sht45 ## Basic Information - **Project Name**: SHT45 - **Description**: 一种基于SHT45的高精度的温湿度传感器的ESPdemo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用环境Vscode 前期准备 PlatformIO插件 另外需要在PIO中安装`sensirion/Sensirion I2C SHT4x@^1.1.1`库才能通过不让无法编译 如果配置不一样可以在 PIO-ESP-SHT45/platformio.ini 中修改 ``` [env:denky32] platform = espressif32 board = denky32 framework = arduino lib_deps = sensirion/Sensirion I2C SHT4x@^1.1.1 ```