2021-10-17 08:12:24 索煒達(dá)電子 2877
項目編號:E1538
文件大?。?M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
該代碼是磁力計STM32控制QMC5883L磁力計輸出角度與三個磁力分量,某寶一些標(biāo)記有hmc5883L模塊實際是QMC5883L,輸出角度一直是45的可以試一下,你會感謝我的!
目錄│文件列表:
└ STM32F1_QMC5883L
├ CORE
│ │ core_cm3.c
│ │ core_cm3.h
│ │ startup_stm32f10x_cl.s
│ │ startup_stm32f10x_hd.s
│ │ startup_stm32f10x_hd_vl.s
│ │ startup_stm32f10x_ld.s
│ │ startup_stm32f10x_ld_vl.s
│ │ startup_stm32f10x_md.s
│ │ startup_stm32f10x_md_vl.s
│ └ startup_stm32f10x_xl.s
├ HMC5883L
│ │ HMC5883L.c
│ └ HMC5883L.h
├ I2C
│ │ I2C.c
│ └ I2C.h
├ LED
│ │ led.c
│ └ led.h
├ OBJ
│ └ Template.hex
├ QMC5883L電子指南針羅盤模塊+三軸磁場傳感器
│ └ HW-127-246-通用資料-國產(chǎn)QMC5883-進(jìn)口HMC5883-GY-271三軸電子指南針加速度資料
│ │ 用前必讀.txt
│ └ GY-271三軸電子指南針加速度資料
│ │ GY-271-SCH.jpg
│ │ GY-271.JPG
│ │ 尺寸圖.jpg
│ ├ 與單片機通信程序
│ │ ├ Arduino-GY-271
│ │ │ └ HMC5883L
│ │ │ └ HMC5883_example_code
│ │ │ └ HMC5883_example_code.pde
│ │ ├ AVR_HMC5883L-GY271
│ │ │ │ 1602.h
│ │ │ │ AVR_GY-27.c
│ │ │ │ AVR_GY-27.cof
│ │ │ │ AVR_GY-27.dbg
│ │ │ │ AVR_GY-27.dp2
│ │ │ │ AVR_GY-27.hex
│ │ │ │ AVR_GY-27.lis
│ │ │ │ AVR_GY-27.lk
│ │ │ │ AVR_GY-27.mak
│ │ │ │ AVR_GY-27.mp
│ │ │ │ AVR_GY-27.prj
│ │ │ │ AVR_GY-27.s
│ │ │ │ AVR_GY-27.SRC
│ │ │ │ AVR_GY-27._c
│ │ │ │ delay.h
│ │ │ │ i2c.h
│ │ │ └ i2c._h
│ │ ├ HMC5883L及QMC5883L簡單測試(三面顯示)
│ │ │ ├ HMC5883L原測試程序
│ │ │ │ │ 5883
│ │ │ │ │ 5883.c
│ │ │ │ │ 5883.hex
│ │ │ │ │ 5883.M51
│ │ │ │ │ 5883.uvgui.Administrator
│ │ │ │ │ 5883.uvopt
│ │ │ │ │ 5883.uvproj
│ │ │ │ └ STARTUP.A51
│ │ │ └ QMC5883L原測試程序微改
│ │ │ │ iic.c
│ │ │ │ iic.h
│ │ │ │ lcd.c
│ │ │ │ lcd.h
│ │ │ │ qmc5883l.c
│ │ │ │ QMC5883L.uvgui.Administrator
│ │ │ │ QMC5883L.uvopt
│ │ │ │ QMC5883L.uvproj
│ │ │ │ STARTUP.A51
│ │ │ ├ Listings
│ │ │ │ └ QMC5883L.m51
│ │ │ └ Objects
│ │ │ │ QMC5883L
│ │ │ └ QMC5883L.hex
│ │ └ STC51_HMC5883L-GY271
│ │ │ 51單片機串口輸出.txt
│ │ │ GY-27-HMC5883 STC IIC測試程序.C
│ │ │ STC-GY-27A接線圖.pdf
│ │ └ STC-GY-27接線圖.pdf
│ └ 相關(guān)數(shù)據(jù)手冊
│ │ QMC5883 HMC5883 寄存器對比以及參考設(shè)置.png
│ │ QMC5883 HMC5883 寄存器對比以及參考設(shè)置2.png
│ ├ HMC5883進(jìn)口數(shù)據(jù)手冊--L883
│ │ │ HMC5843-C.pdf
│ │ │ HMC5843.txt
│ │ │ HMC5883L.pdf
│ │ │ HMC5883L.txt
│ │ └ HMC5883L中文規(guī)格書.pdf
│ └ QMC5883國產(chǎn)數(shù)據(jù)手冊-5883
│ │ qmc5883.c
│ │ QMC5883L Datasheet 1.0.pdf
│ │ QMC5883L vs HMC5883L.pdf
│ │ QMC5883L寄存器對比及參考設(shè)置.pdf
│ │ SMT后檢測判定標(biāo)準(zhǔn)建議.txt
│ └ 濾波代碼.txt
├ STM32_FWLIB
│ ├ inc
│ │ │ misc.h
│ │ │ stm32f10x_adc.h
│ │ │ stm32f10x_bkp.h
│ │ │ stm32f10x_can.h
│ │ │ stm32f10x_cec.h
│ │ │ stm32f10x_crc.h
│ │ │ stm32f10x_dac.h
│ │ │ stm32f10x_dbgmcu.h
│ │ │ stm32f10x_dma.h
│ │ │ stm32f10x_exti.h
│ │ │ stm32f10x_flash.h
│ │ │ stm32f10x_fsmc.h
│ │ │ stm32f10x_gpio.h
│ │ │ stm32f10x_i2c.h
│ │ │ stm32f10x_iwdg.h
│ │ │ stm32f10x_pwr.h
│ │ │ stm32f10x_rcc.h
│ │ │ stm32f10x_rtc.h
│ │ │ stm32f10x_sdio.h
│ │ │ stm32f10x_spi.h
│ │ │ stm32f10x_tim.h
│ │ │ stm32f10x_usart.h
│ │ └ stm32f10x_wwdg.h
│ └ src
│ │ misc.c
│ │ stm32f10x_adc.c
│ │ stm32f10x_bkp.c
│ │ stm32f10x_can.c
│ │ stm32f10x_cec.c
│ │ stm32f10x_crc.c
│ │ stm32f10x_dac.c
│ │ stm32f10x_dbgmcu.c
│ │ stm32f10x_dma.c
│ │ stm32f10x_exti.c
│ │ stm32f10x_flash.c
│ │ stm32f10x_fsmc.c
│ │ stm32f10x_gpio.c
│ │ stm32f10x_i2c.c
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_pwr.c
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rtc.c
│ │ stm32f10x_sdio.c
│ │ stm32f10x_spi.c
│ │ stm32f10x_tim.c
│ │ stm32f10x_usart.c
│ └ stm32f10x_wwdg.c
├ SYSTEM
│ ├ delay
│ │ │ delay.c
│ │ └ delay.h
│ ├ sys
│ │ │ sys.c
│ │ └ sys.h
│ └ usart
│ │ usart.c
│ └ usart.h
└ USER
│ JLink Regs CM3.txt
│ JLinkSettings.ini
│ main.c
│ stm32f10x.h
│ stm32f10x_conf.h
│ stm32f10x_it.c
│ stm32f10x_it.h
│ system_stm32f10x.c
│ system_stm32f10x.h
│ Template.uvgui.Administrator
│ Template.uvgui.liulizhi1997
│ Template.uvgui.mini_K
│ Template.uvguix.Administrator
│ Template.uvopt
│ Template.uvoptx
│ Template.uvproj.saved_uv4
│ Template.uvprojx
├ DebugConfig
│ └ Target_1_STM32F103ZE_1.0.0.dbgconf
└ RTE
└ _Target_1
└ RTE_Components.h