登录
首页 » C/C++ » HX711驱动

HX711驱动

于 2021-05-07 发布 文件大小:305KB
0 122
下载积分: 1 下载次数: 20

代码说明:

  keil5编写的基于STM32F103T8的模拟HX711驱动程序(Keil5 prepared by the HX711 simulation based on STM32F103T8 driver)

文件列表:

HX711驱动
HX711驱动\Doc
HX711驱动\Doc\版本说明.txt
HX711驱动\keilkill.bat
HX711驱动\Libraries
HX711驱动\Libraries\CMSIS
HX711驱动\Libraries\CMSIS\core_cm3.c
HX711驱动\Libraries\CMSIS\core_cm3.h
HX711驱动\Libraries\CMSIS\startup
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_cl.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_hd.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_ld.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_md.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s
HX711驱动\Libraries\CMSIS\startup\startup_stm32f10x_xl.s
HX711驱动\Libraries\CMSIS\stm32f10x.h
HX711驱动\Libraries\CMSIS\system_stm32f10x.c
HX711驱动\Libraries\CMSIS\system_stm32f10x.h
HX711驱动\Libraries\FWlib
HX711驱动\Libraries\FWlib\inc
HX711驱动\Libraries\FWlib\inc\misc.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_adc.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_bkp.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_can.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_cec.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_crc.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_dac.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_dbgmcu.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_dma.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_exti.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_flash.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_fsmc.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_gpio.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_i2c.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_iwdg.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_pwr.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_rcc.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_rtc.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_sdio.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_spi.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_tim.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_usart.h
HX711驱动\Libraries\FWlib\inc\stm32f10x_wwdg.h
HX711驱动\Libraries\FWlib\src
HX711驱动\Libraries\FWlib\src\misc.c
HX711驱动\Libraries\FWlib\src\stm32f10x_adc.c
HX711驱动\Libraries\FWlib\src\stm32f10x_bkp.c
HX711驱动\Libraries\FWlib\src\stm32f10x_can.c
HX711驱动\Libraries\FWlib\src\stm32f10x_cec.c
HX711驱动\Libraries\FWlib\src\stm32f10x_crc.c
HX711驱动\Libraries\FWlib\src\stm32f10x_dac.c
HX711驱动\Libraries\FWlib\src\stm32f10x_dbgmcu.c
HX711驱动\Libraries\FWlib\src\stm32f10x_dma.c
HX711驱动\Libraries\FWlib\src\stm32f10x_exti.c
HX711驱动\Libraries\FWlib\src\stm32f10x_flash.c
HX711驱动\Libraries\FWlib\src\stm32f10x_fsmc.c
HX711驱动\Libraries\FWlib\src\stm32f10x_gpio.c
HX711驱动\Libraries\FWlib\src\stm32f10x_i2c.c
HX711驱动\Libraries\FWlib\src\stm32f10x_iwdg.c
HX711驱动\Libraries\FWlib\src\stm32f10x_pwr.c
HX711驱动\Libraries\FWlib\src\stm32f10x_rcc.c
HX711驱动\Libraries\FWlib\src\stm32f10x_rtc.c
HX711驱动\Libraries\FWlib\src\stm32f10x_sdio.c
HX711驱动\Libraries\FWlib\src\stm32f10x_spi.c
HX711驱动\Libraries\FWlib\src\stm32f10x_tim.c
HX711驱动\Libraries\FWlib\src\stm32f10x_usart.c
HX711驱动\Libraries\FWlib\src\stm32f10x_wwdg.c
HX711驱动\Listing
HX711驱动\Output
HX711驱动\Project
HX711驱动\Project\HX711.uvgui.TOODAY
HX711驱动\Project\HX711.uvopt
HX711驱动\Project\HX711.uvproj
HX711驱动\Project\JLinkSettings.ini
HX711驱动\User
HX711驱动\User\inc
HX711驱动\User\inc\hx711.h
HX711驱动\User\inc\init.h
HX711驱动\User\main.c
HX711驱动\User\src
HX711驱动\User\src\hx711.c
HX711驱动\User\src\init.c
HX711驱动\User\stm32f10x_conf.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696522资源总数
  • 104029会员总数
  • 31今日下载