搜索资源列表
USER
- 温湿度控制器毕设源代码(基于stm8),包含5110显示屏,DTH11传感器-Temperature and humidity sensor
stm8
- 使用STM8配置TIME1、UART1、UART3,在STM8S007单片机控制使用空气温湿度传感器(SHT10)、温度传感器(DS18B20)(Using STM8 configuration, TIME1, UART1 and UART3, the STM8S007 microcontroller controls the use of air temperature and humidity sensors (SHT10) and temperature sensors (DS18B20)
IIC
- stm8读取温湿度传感器程序,i2c直接读取数值,可直接复制使用!(IIC_SendByte((i2c_addr<<1)|0); IIC_RecvACK(); IIC_SendByte(reg_addr);)