xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 14KB
    文件類型: .c
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-10
  • 語言: C/C++
  • 標(biāo)簽:

資源簡介

本文件為TI溫濕度傳感器HDC1080的C語言驅(qū)動(dòng)程序,可以正常配置寄存器,讀取溫度值,I2C接口,內(nèi)含注釋。

資源截圖

代碼片段和文件信息


//This??file??is??an?example??for??using??HDC1080.??
//The??I2C??function??is??based?on??your??own??I2C??subroutine?you?should??replace??the??related?I2C??subroutines??by?your?owns.
//Here??is??the??I2C??function?definition:??dev_addr?-the??i2c??address?of??HDC1080?(1000000??7bit??address)??register_addr?-?the?register??in?HDC1080?SPEC

#define?HDC1080_I2C_ADDR?0x80?//0x40?<
#define?Temperature?0x00//0x0000?Temperature?measurement?output
#define?Humidity?0x01//0x0000?Relative?Humidity?measurement?output
#define?Configuration?0x02//?0x1000?HDC1080?configuration?and?status
#define?Manufacturer_ID?0xFE//0x5449?ID?of?Texas?Instruments
#define?Device_ID?0xFF//0x1050?ID?of?the?device


#define?Manufacturer_ID_value?0x5449
#define?Device_ID_value?0x1050
#define?Configuratio

評(píng)論

共有 條評(píng)論