SHT30驱动代码.zip

时间:2023-01-11 06:31:19
【文件属性】:

文件名称:SHT30驱动代码.zip

文件大小:1.25MB

文件格式:ZIP

更新时间:2023-01-11 06:31:19

SHT30

基于SMT32F103的SHT30驱动代码,使用的是模拟IIC,可以很容易地嵌入其他硬件平台。代码是根据芯片文档撰写,已经经本人测试通过。


【文件预览】:
SHT30驱动代码
----删除编译信息文件(缩小体积方便备份).bat(656B)
----USART.uvoptx(21KB)
----Objects()
--------USART.hex(18KB)
--------USART.axf(297KB)
----SHT3x_Datasheet_digital.pdf(1.05MB)
----CMSIS()
--------system_stm32f10x.h(2KB)
--------core_cm3.c(17KB)
--------core_cm3.h(84KB)
--------stm32f10x.h(619KB)
--------system_stm32f10x.c(36KB)
----FWlib()
--------src()
--------inc()
----BSP()
--------src()
--------inc()
----user()
--------stm32f10x_it.h(2KB)
--------sht30.h(587B)
--------stm32f10x_conf.h(3KB)
--------stm32f10x_it.c(5KB)
--------sht30.c(5KB)
--------main.c(141B)
----EventRecorderStub.scvd(339B)
----README.md(96B)
----USART.uvprojx(20KB)
----DebugConfig()
--------Target_1_STM32F103ZE_1.0.0.dbgconf(7KB)
--------Target_1_STM32F103C8_1.0.0.dbgconf(7KB)
----startup()
--------startup_stm32f10x_ld_vl.s(13KB)
--------startup_stm32f10x_md.s(12KB)
--------startup_stm32f10x_md_vl.s(14KB)
--------startup_stm32f10x_ld.s(12KB)
--------startup_stm32f10x_hd.s(15KB)
--------startup_stm32f10x_cl.s(15KB)
--------startup_stm32f10x_xl.s(16KB)
--------startup_stm32f10x_hd_vl.s(15KB)
----Listings()
----USART.c(2KB)
----JLinkSettings.ini(755B)

网友评论

  • 程序里没有串口打印的步骤,请问怎么查看传感器采集到的数据,谢谢