在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 停车位检测嵌入式软件

停车位检测嵌入式软件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:14.11M
  • 下载次数:18
  • 浏览次数:155
  • 发布时间:2020-08-12
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
停车位检测的嵌入式软件,用IAR打开在EWARM文件夹下打开Project.eww文件。检测技术采用地磁传感器(HMC5883))+红外传感器ir1838芯片,传输采用SX1276模块。
【实例截图】
【核心代码】
WPSDPro_20180306
└── WPSDPro_20160222
├── BSP
│   ├── adc.c
│   ├── adc.h
│   ├── bsp.c
│   ├── bsp.h
│   ├── eeprom.c
│   ├── eeprom.h
│   ├── i2c.c
│   ├── i2c.h
│   ├── pwr.c
│   ├── pwr.h
│   ├── rtc.c
│   ├── rtc.h
│   ├── spi.c
│   ├── spi.h
│   ├── timer.c
│   ├── timer.h
│   ├── uart.c
│   └── uart.h
├── Doc
│   └── WPSDPro_Configuration.pdf
├── Drivers
│   ├── CMSIS
│   │   ├── Device
│   │   │   └── ST
│   │   │   └── STM32L1xx
│   │   │   ├── Include
│   │   │   │   ├── stm32l151xba.h
│   │   │   │   ├── stm32l151xb.h
│   │   │   │   ├── stm32l1xx.h
│   │   │   │   └── system_stm32l1xx.h
│   │   │   └── Source
│   │   │   └── Templates
│   │   │   ├── arm
│   │   │   │   ├── startup_stm32l151xba.s
│   │   │   │   └── startup_stm32l151xb.s
│   │   │   ├── gcc
│   │   │   │   ├── startup_stm32l151xba.s
│   │   │   │   └── startup_stm32l151xb.s
│   │   │   ├── iar
│   │   │   │   ├── startup_stm32l151c8.s
│   │   │   │   ├── startup_stm32l151xba.s
│   │   │   │   └── startup_stm32l151xb.s
│   │   │   └── system_stm32l1xx.c
│   │   ├── Include
│   │   │   ├── arm_common_tables.h
│   │   │   ├── arm_const_structs.h
│   │   │   ├── arm_math.h
│   │   │   ├── core_cm3.h
│   │   │   ├── core_cmFunc.h
│   │   │   ├── core_cmInstr.h
│   │   │   ├── core_cmSimd.h
│   │   │   ├── core_sc000.h
│   │   │   └── core_sc300.h
│   │   └── RTOS
│   │   └── Template
│   │   └── cmsis_os.h
│   └── STM32L1xx_HAL_Driver
│   ├── Inc
│   │   ├── Legacy
│   │   │   └── stm32_hal_legacy.h
│   │   ├── stm32l1xx_hal_adc_ex.h
│   │   ├── stm32l1xx_hal_adc.h
│   │   ├── stm32l1xx_hal_comp_ex.h
│   │   ├── stm32l1xx_hal_comp.h
│   │   ├── stm32l1xx_hal_conf_template.h
│   │   ├── stm32l1xx_hal_cortex.h
│   │   ├── stm32l1xx_hal_crc.h
│   │   ├── stm32l1xx_hal_cryp_ex.h
│   │   ├── stm32l1xx_hal_cryp.h
│   │   ├── stm32l1xx_hal_dac_ex.h
│   │   ├── stm32l1xx_hal_dac.h
│   │   ├── stm32l1xx_hal_def.h
│   │   ├── stm32l1xx_hal_dma_ex.h
│   │   ├── stm32l1xx_hal_dma.h
│   │   ├── stm32l1xx_hal_flash_ex.h
│   │   ├── stm32l1xx_hal_flash.h
│   │   ├── stm32l1xx_hal_flash_ramfunc.h
│   │   ├── stm32l1xx_hal_gpio_ex.h
│   │   ├── stm32l1xx_hal_gpio.h
│   │   ├── stm32l1xx_hal.h
│   │   ├── stm32l1xx_hal_i2c.h
│   │   ├── stm32l1xx_hal_i2s.h
│   │   ├── stm32l1xx_hal_irda.h
│   │   ├── stm32l1xx_hal_iwdg.h
│   │   ├── stm32l1xx_hal_lcd.h
│   │   ├── stm32l1xx_hal_nor.h
│   │   ├── stm32l1xx_hal_opamp_ex.h
│   │   ├── stm32l1xx_hal_opamp.h
│   │   ├── stm32l1xx_hal_pcd_ex.h
│   │   ├── stm32l1xx_hal_pcd.h
│   │   ├── stm32l1xx_hal_pwr_ex.h
│   │   ├── stm32l1xx_hal_pwr.h
│   │   ├── stm32l1xx_hal_rcc_ex.h
│   │   ├── stm32l1xx_hal_rcc.h
│   │   ├── stm32l1xx_hal_rtc_ex.h
│   │   ├── stm32l1xx_hal_rtc.h
│   │   ├── stm32l1xx_hal_sd.h
│   │   ├── stm32l1xx_hal_smartcard.h
│   │   ├── stm32l1xx_hal_spi_ex.h
│   │   ├── stm32l1xx_hal_spi.h
│   │   ├── stm32l1xx_hal_sram.h
│   │   ├── stm32l1xx_hal_tim_ex.h
│   │   ├── stm32l1xx_hal_tim.h
│   │   ├── stm32l1xx_hal_uart.h
│   │   ├── stm32l1xx_hal_usart.h
│   │   ├── stm32l1xx_hal_wwdg.h
│   │   ├── stm32l1xx_ll_fsmc.h
│   │   └── stm32l1xx_ll_sdmmc.h
│   └── Src
│   ├── stm32l1xx_hal_adc.c
│   ├── stm32l1xx_hal_adc_ex.c
│   ├── stm32l1xx_hal.c
│   ├── stm32l1xx_hal_comp.c
│   ├── stm32l1xx_hal_cortex.c
│   ├── stm32l1xx_hal_crc.c
│   ├── stm32l1xx_hal_cryp.c
│   ├── stm32l1xx_hal_cryp_ex.c
│   ├── stm32l1xx_hal_dac.c
│   ├── stm32l1xx_hal_dac_ex.c
│   ├── stm32l1xx_hal_dma.c
│   ├── stm32l1xx_hal_flash.c
│   ├── stm32l1xx_hal_flash_ex.c
│   ├── stm32l1xx_hal_flash_ramfunc.c
│   ├── stm32l1xx_hal_gpio.c
│   ├── stm32l1xx_hal_i2c.c
│   ├── stm32l1xx_hal_i2s.c
│   ├── stm32l1xx_hal_irda.c
│   ├── stm32l1xx_hal_iwdg.c
│   ├── stm32l1xx_hal_lcd.c
│   ├── stm32l1xx_hal_msp_template.c
│   ├── stm32l1xx_hal_nor.c
│   ├── stm32l1xx_hal_opamp.c
│   ├── stm32l1xx_hal_opamp_ex.c
│   ├── stm32l1xx_hal_pcd.c
│   ├── stm32l1xx_hal_pcd_ex.c
│   ├── stm32l1xx_hal_pwr.c
│   ├── stm32l1xx_hal_pwr_ex.c
│   ├── stm32l1xx_hal_rcc.c
│   ├── stm32l1xx_hal_rcc_ex.c
│   ├── stm32l1xx_hal_rtc.c
│   ├── stm32l1xx_hal_rtc_ex.c
│   ├── stm32l1xx_hal_sd.c
│   ├── stm32l1xx_hal_smartcard.c
│   ├── stm32l1xx_hal_spi.c
│   ├── stm32l1xx_hal_spi_ex.c
│   ├── stm32l1xx_hal_sram.c
│   ├── stm32l1xx_hal_tim.c
│   ├── stm32l1xx_hal_tim_ex.c
│   ├── stm32l1xx_hal_uart.c
│   ├── stm32l1xx_hal_usart.c
│   ├── stm32l1xx_hal_wwdg.c
│   ├── stm32l1xx_ll_fsmc.c
│   └── stm32l1xx_ll_sdmmc.c
├── EWARM
│   ├── HW1.0
│   │   ├── Exe
│   │   │   ├── WPSDPro.bin
│   │   │   ├── WPSDPro Configuration.out
│   │   │   └── WPSDPro Configuration.sim
│   │   ├── List
│   │   │   └── WPSDPro Configuration.map
│   │   └── Obj
│   │   ├── adc.o
│   │   ├── adc.pbi
│   │   ├── adc.pbi.cout
│   │   ├── appTaskDeal.o
│   │   ├── appTaskDeal.pbi
│   │   ├── appTaskDeal.pbi.cout
│   │   ├── bsp.o
│   │   ├── bsp.pbi
│   │   ├── bsp.pbi.cout
│   │   ├── eeprom.o
│   │   ├── eeprom.pbi
│   │   ├── eeprom.pbi.cout
│   │   ├── halTaskDeal.o
│   │   ├── halTaskDeal.pbi
│   │   ├── halTaskDeal.pbi.cout
│   │   ├── hmc5883.o
│   │   ├── hmc5883.pbi
│   │   ├── hmc5883.pbi.cout
│   │   ├── htos_app.o
│   │   ├── htos_app.pbi
│   │   ├── htos_app.pbi.cout
│   │   ├── htos_memory.o
│   │   ├── htos_memory.pbi.cout
│   │   ├── htos_nvm.o
│   │   ├── htos_nvm.pbi
│   │   ├── htos_nvm.pbi.cout
│   │   ├── htos.o
│   │   ├── htos.pbi
│   │   ├── htos.pbi.cout
│   │   ├── htos_pwr_mgr.o
│   │   ├── htos_pwr_mgr.pbi
│   │   ├── htos_pwr_mgr.pbi.cout
│   │   ├── htos_timer.o
│   │   ├── htos_timer.pbi
│   │   ├── htos_timer.pbi.cout
│   │   ├── I2CMONI.pbi.cout
│   │   ├── i2c.o
│   │   ├── i2c.pbi
│   │   ├── i2c.pbi.cout
│   │   ├── iic.pbi.cout
│   │   ├── ird1838.o
│   │   ├── ird1838.pbi
│   │   ├── ird1838.pbi.cout
│   │   ├── main.o
│   │   ├── main.pbi
│   │   ├── main.pbi.cout
│   │   ├── nwkTaskDeal.o
│   │   ├── nwkTaskDeal.pbi
│   │   ├── nwkTaskDeal.pbi.cout
│   │   ├── parkProc.o
│   │   ├── parkProc.pbi
│   │   ├── parkProc.pbi.cout
│   │   ├── pni.pbi
│   │   ├── pni.pbi.cout
│   │   ├── prakProc.o
│   │   ├── prakProc.pbi.cout
│   │   ├── pwr.o
│   │   ├── pwr.pbi
│   │   ├── pwr.pbi.cout
│   │   ├── radio.o
│   │   ├── radio.pbi
│   │   ├── radio.pbi.cout
│   │   ├── rlr_api.pbi.cout
│   │   ├── rlr_bsp.pbi.cout
│   │   ├── rlr_mrfi.o
│   │   ├── rlr_mrfi.pbi.cout
│   │   ├── rlr_mrfi_radio.pbi.cout
│   │   ├── rlr_nwk_frame.pbi.cout
│   │   ├── rlr_nwk_freq.pbi.cout
│   │   ├── rlr_nwk_globals.o
│   │   ├── rlr_nwk_globals.pbi.cout
│   │   ├── rlr_nwk_ioctl.pbi.cout
│   │   ├── rlr_nwk_join.pbi.cout
│   │   ├── rlr_nwk_link.pbi.cout
│   │   ├── rlr_nwk_mgmt.pbi.cout
│   │   ├── rlr_nwk.pbi.cout
│   │   ├── rlr_nwk_ping.pbi.cout
│   │   ├── rlr_nwk_pll.pbi.cout
│   │   ├── rlr_nwk_QMgmt.pbi.cout
│   │   ├── rlr_nwk_security.pbi.cout
│   │   ├── RLRStack.o
│   │   ├── RLRStack.pbi
│   │   ├── RLRStack.pbi.cout
│   │   ├── rtc.o
│   │   ├── rtc.pbi
│   │   ├── rtc.pbi.cout
│   │   ├── sensor.o
│   │   ├── sensor.pbi
│   │   ├── sensor.pbi.cout
│   │   ├── spi.o
│   │   ├── spi.pbi
│   │   ├── spi.pbi.cout
│   │   ├── startup_stm32l151c8.o
│   │   ├── startup_stm32l151xb.o
│   │   ├── stm32l1xx_hal_adc_ex.o
│   │   ├── stm32l1xx_hal_adc_ex.pbi.cout
│   │   ├── stm32l1xx_hal_adc.o
│   │   ├── stm32l1xx_hal_adc.pbi
│   │   ├── stm32l1xx_hal_adc.pbi.cout
│   │   ├── stm32l1xx_hal_comp.o
│   │   ├── stm32l1xx_hal_comp.pbi.cout
│   │   ├── stm32l1xx_hal_cortex.o
│   │   ├── stm32l1xx_hal_cortex.pbi
│   │   ├── stm32l1xx_hal_cortex.pbi.cout
│   │   ├── stm32l1xx_hal_crc.o
│   │   ├── stm32l1xx_hal_crc.pbi
│   │   ├── stm32l1xx_hal_crc.pbi.cout
│   │   ├── stm32l1xx_hal_cryp_ex.o
│   │   ├── stm32l1xx_hal_cryp_ex.pbi.cout
│   │   ├── stm32l1xx_hal_cryp.o
│   │   ├── stm32l1xx_hal_cryp.pbi.cout
│   │   ├── stm32l1xx_hal_dac_ex.o
│   │   ├── stm32l1xx_hal_dac_ex.pbi.cout
│   │   ├── stm32l1xx_hal_dac.o
│   │   ├── stm32l1xx_hal_dac.pbi.cout
│   │   ├── stm32l1xx_hal_dma.o
│   │   ├── stm32l1xx_hal_dma.pbi
│   │   ├── stm32l1xx_hal_dma.pbi.cout
│   │   ├── stm32l1xx_hal_flash_ex.o
│   │   ├── stm32l1xx_hal_flash_ex.pbi
│   │   ├── stm32l1xx_hal_flash_ex.pbi.cout
│   │   ├── stm32l1xx_hal_flash.o
│   │   ├── stm32l1xx_hal_flash.pbi
│   │   ├── stm32l1xx_hal_flash.pbi.cout
│   │   ├── stm32l1xx_hal_flash_ramfunc.o
│   │   ├── stm32l1xx_hal_flash_ramfunc.pbi
│   │   ├── stm32l1xx_hal_flash_ramfunc.pbi.cout
│   │   ├── stm32l1xx_hal_gpio.o
│   │   ├── stm32l1xx_hal_gpio.pbi
│   │   ├── stm32l1xx_hal_gpio.pbi.cout
│   │   ├── stm32l1xx_hal_i2c.o
│   │   ├── stm32l1xx_hal_i2c.pbi
│   │   ├── stm32l1xx_hal_i2c.pbi.cout
│   │   ├── stm32l1xx_hal_i2s.o
│   │   ├── stm32l1xx_hal_i2s.pbi.cout
│   │   ├── stm32l1xx_hal_irda.o
│   │   ├── stm32l1xx_hal_irda.pbi
│   │   ├── stm32l1xx_hal_irda.pbi.cout
│   │   ├── stm32l1xx_hal_iwdg.o
│   │   ├── stm32l1xx_hal_iwdg.pbi
│   │   ├── stm32l1xx_hal_iwdg.pbi.cout
│   │   ├── stm32l1xx_hal_lcd.o
│   │   ├── stm32l1xx_hal_lcd.pbi.cout
│   │   ├── stm32l1xx_hal_msp.o
│   │   ├── stm32l1xx_hal_msp.pbi
│   │   ├── stm32l1xx_hal_msp.pbi.cout
│   │   ├── stm32l1xx_hal_msp_template.o
│   │   ├── stm32l1xx_hal_msp_template.pbi.cout
│   │   ├── stm32l1xx_hal_nor.o
│   │   ├── stm32l1xx_hal_nor.pbi.cout
│   │   ├── stm32l1xx_hal.o
│   │   ├── stm32l1xx_hal_opamp_ex.o
│   │   ├── stm32l1xx_hal_opamp_ex.pbi.cout
│   │   ├── stm32l1xx_hal_opamp.o
│   │   ├── stm32l1xx_hal_opamp.pbi.cout
│   │   ├── stm32l1xx_hal.pbi
│   │   ├── stm32l1xx_hal.pbi.cout
│   │   ├── stm32l1xx_hal_pcd_ex.o
│   │   ├── stm32l1xx_hal_pcd_ex.pbi.cout
│   │   ├── stm32l1xx_hal_pcd.o
│   │   ├── stm32l1xx_hal_pcd.pbi.cout
│   │   ├── stm32l1xx_hal_pwr_ex.o
│   │   ├── stm32l1xx_hal_pwr_ex.pbi
│   │   ├── stm32l1xx_hal_pwr_ex.pbi.cout
│   │   ├── stm32l1xx_hal_pwr.o
│   │   ├── stm32l1xx_hal_pwr.pbi
│   │   ├── stm32l1xx_hal_pwr.pbi.cout
│   │   ├── stm32l1xx_hal_rcc_ex.o
│   │   ├── stm32l1xx_hal_rcc_ex.pbi.cout
│   │   ├── stm32l1xx_hal_rcc.o
│   │   ├── stm32l1xx_hal_rcc.pbi
│   │   ├── stm32l1xx_hal_rcc.pbi.cout
│   │   ├── stm32l1xx_hal_rtc_ex.o
│   │   ├── stm32l1xx_hal_rtc_ex.pbi
│   │   ├── stm32l1xx_hal_rtc_ex.pbi.cout
│   │   ├── stm32l1xx_hal_rtc.o
│   │   ├── stm32l1xx_hal_rtc.pbi
│   │   ├── stm32l1xx_hal_rtc.pbi.cout
│   │   ├── stm32l1xx_hal_sd.o
│   │   ├── stm32l1xx_hal_sd.pbi.cout
│   │   ├── stm32l1xx_hal_smartcard.o
│   │   ├── stm32l1xx_hal_smartcard.pbi.cout
│   │   ├── stm32l1xx_hal_spi_ex.o
│   │   ├── stm32l1xx_hal_spi_ex.pbi
│   │   ├── stm32l1xx_hal_spi_ex.pbi.cout
│   │   ├── stm32l1xx_hal_spi.o
│   │   ├── stm32l1xx_hal_spi.pbi
│   │   ├── stm32l1xx_hal_spi.pbi.cout
│   │   ├── stm32l1xx_hal_sram.o
│   │   ├── stm32l1xx_hal_sram.pbi.cout
│   │   ├── stm32l1xx_hal_tim_ex.o
│   │   ├── stm32l1xx_hal_tim_ex.pbi
│   │   ├── stm32l1xx_hal_tim_ex.pbi.cout
│   │   ├── stm32l1xx_hal_tim.o
│   │   ├── stm32l1xx_hal_tim.pbi
│   │   ├── stm32l1xx_hal_tim.pbi.cout
│   │   ├── stm32l1xx_hal_uart.o
│   │   ├── stm32l1xx_hal_uart.pbi
│   │   ├── stm32l1xx_hal_uart.pbi.cout
│   │   ├── stm32l1xx_hal_usart.o
│   │   ├── stm32l1xx_hal_usart.pbi.cout
│   │   ├── stm32l1xx_hal_wwdg.o
│   │   ├── stm32l1xx_hal_wwdg.pbi
│   │   ├── stm32l1xx_hal_wwdg.pbi.cout
│   │   ├── stm32l1xx_it.o
│   │   ├── stm32l1xx_it.pbi
│   │   ├── stm32l1xx_it.pbi.cout
│   │   ├── stm32l1xx_ll_fsmc.o
│   │   ├── stm32l1xx_ll_fsmc.pbi.cout
│   │   ├── stm32l1xx_ll_sdmmc.o
│   │   ├── stm32l1xx_ll_sdmmc.pbi.cout
│   │   ├── sx1276-FskMisc.o
│   │   ├── sx1276-FskMisc.pbi
│   │   ├── sx1276-FskMisc.pbi.cout
│   │   ├── sx1276-Fsk.o
│   │   ├── sx1276-Fsk.pbi
│   │   ├── sx1276-Fsk.pbi.cout
│   │   ├── sx1276-Hal.o
│   │   ├── sx1276-Hal.pbi
│   │   ├── sx1276-Hal.pbi.cout
│   │   ├── sx1276-LoRaMisc.o
│   │   ├── sx1276-LoRaMisc.pbi
│   │   ├── sx1276-LoRaMisc.pbi.cout
│   │   ├── sx1276-LoRa.o
│   │   ├── sx1276-LoRa.pbi
│   │   ├── sx1276-LoRa.pbi.cout
│   │   ├── sx1276.o
│   │   ├── sx1276.pbi
│   │   ├── sx1276.pbi.cout
│   │   ├── system_stm32l1xx.o
│   │   ├── system_stm32l1xx.pbi
│   │   ├── system_stm32l1xx.pbi.cout
│   │   ├── timer.o
│   │   ├── timer.pbi
│   │   ├── timer.pbi.cout
│   │   ├── uart.o
│   │   ├── uart.pbi
│   │   ├── uart.pbi.cout
│   │   ├── volt_temp.o
│   │   ├── volt_temp.pbi
│   │   ├── volt_temp.pbi.cout
│   │   ├── WPSDPro.pbd
│   │   └── WPSDPro.pbd.browse
│   ├── Project.eww
│   ├── settings
│   │   ├── Project.wsdt
│   │   ├── Project.wspos
│   │   ├── WPSDPro.crun
│   │   ├── WPSDPro.dbgdt
│   │   ├── WPSDPro.dni
│   │   ├── WPSDPro.HW1.0.cspy.bat
│   │   ├── WPSDPro.HW1.0.driver.xcl
│   │   ├── WPSDPro.HW1.0.general.xcl
│   │   └── WPSDPro.WPSDPro Configuration.cspy.bat
│   ├── stm32l151xb_flash_08007000.icf
│   ├── stm32l151xb_flash.icf
│   ├── stm32l151xb_sram.icf
│   ├── WPSDPro Configuration
│   │   └── Obj
│   │   ├── adc.o
│   │   ├── adc.pbi
│   │   ├── adc.pbi.cout
│   │   ├── bsp.o
│   │   ├── bsp.pbi
│   │   ├── bsp.pbi.cout
│   │   ├── eeprom.pbi
│   │   ├── eeprom.pbi.cout
│   │   ├── hmc5883.o
│   │   ├── hmc5883.pbi
│   │   ├── hmc5883.pbi.cout
│   │   ├── htos_app.o
│   │   ├── htos_app.pbi
│   │   ├── htos_app.pbi.cout
│   │   ├── htos_nvm.o
│   │   ├── htos_nvm.pbi
│   │   ├── htos_nvm.pbi.cout
│   │   ├── htos.pbi
│   │   ├── htos.pbi.cout
│   │   ├── htos_pwr_mgr.pbi
│   │   ├── htos_pwr_mgr.pbi.cout
│   │   ├── htos_timer.o
│   │   ├── htos_timer.pbi
│   │   ├── htos_timer.pbi.cout
│   │   ├── i2c.o
│   │   ├── i2c.pbi
│   │   ├── i2c.pbi.cout
│   │   ├── ird1838.o
│   │   ├── ird1838.pbi
│   │   ├── ird1838.pbi.cout
│   │   ├── main.pbi
│   │   ├── main.pbi.cout
│   │   ├── pwr.o
│   │   ├── pwr.pbi
│   │   ├── pwr.pbi.cout
│   │   ├── radio.o
│   │   ├── radio.pbi
│   │   ├── radio.pbi.cout
│   │   ├── rlr_api.pbi
│   │   ├── rlr_api.pbi.cout
│   │   ├── rlr_bsp.pbi
│   │   ├── rlr_bsp.pbi.cout
│   │   ├── rlr_mrfi.pbi
│   │   ├── rlr_mrfi.pbi.cout
│   │   ├── rlr_mrfi_radio.pbi
│   │   ├── rlr_mrfi_radio.pbi.cout
│   │   ├── rlr_nwk_frame.pbi
│   │   ├── rlr_nwk_frame.pbi.cout
│   │   ├── rlr_nwk_freq.pbi
│   │   ├── rlr_nwk_freq.pbi.cout
│   │   ├── rlr_nwk_globals.pbi
│   │   ├── rlr_nwk_globals.pbi.cout
│   │   ├── rlr_nwk_ioctl.pbi
│   │   ├── rlr_nwk_ioctl.pbi.cout
│   │   ├── rlr_nwk_join.pbi
│   │   ├── rlr_nwk_join.pbi.cout
│   │   ├── rlr_nwk_link.pbi
│   │   ├── rlr_nwk_link.pbi.cout
│   │   ├── rlr_nwk_mgmt.pbi
│   │   ├── rlr_nwk_mgmt.pbi.cout
│   │   ├── rlr_nwk.pbi
│   │   ├── rlr_nwk.pbi.cout
│   │   ├── rlr_nwk_ping.pbi
│   │   ├── rlr_nwk_ping.pbi.cout
│   │   ├── rlr_nwk_pll.pbi
│   │   ├── rlr_nwk_pll.pbi.cout
│   │   ├── rlr_nwk_QMgmt.pbi
│   │   ├── rlr_nwk_QMgmt.pbi.cout
│   │   ├── rlr_nwk_security.pbi
│   │   ├── rlr_nwk_security.pbi.cout
│   │   ├── RLRStack.pbi
│   │   ├── RLRStack.pbi.cout
│   │   ├── rtc.pbi
│   │   ├── rtc.pbi.cout
│   │   ├── sensor.pbi
│   │   ├── sensor.pbi.cout
│   │   ├── spi.o
│   │   ├── spi.pbi
│   │   ├── spi.pbi.cout
│   │   ├── startup_stm32l151c8.o
│   │   ├── stm32l1xx_hal_adc.o
│   │   ├── stm32l1xx_hal_adc.pbi
│   │   ├── stm32l1xx_hal_adc.pbi.cout
│   │   ├── stm32l1xx_hal_cortex.o
│   │   ├── stm32l1xx_hal_cortex.pbi
│   │   ├── stm32l1xx_hal_cortex.pbi.cout
│   │   ├── stm32l1xx_hal_crc.o
│   │   ├── stm32l1xx_hal_crc.pbi
│   │   ├── stm32l1xx_hal_crc.pbi.cout
│   │   ├── stm32l1xx_hal_dma.o
│   │   ├── stm32l1xx_hal_dma.pbi
│   │   ├── stm32l1xx_hal_dma.pbi.cout
│   │   ├── stm32l1xx_hal_flash_ex.o
│   │   ├── stm32l1xx_hal_flash_ex.pbi
│   │   ├── stm32l1xx_hal_flash_ex.pbi.cout
│   │   ├── stm32l1xx_hal_flash.o
│   │   ├── stm32l1xx_hal_flash.pbi
│   │   ├── stm32l1xx_hal_flash.pbi.cout
│   │   ├── stm32l1xx_hal_flash_ramfunc.o
│   │   ├── stm32l1xx_hal_flash_ramfunc.pbi
│   │   ├── stm32l1xx_hal_flash_ramfunc.pbi.cout
│   │   ├── stm32l1xx_hal_gpio.o
│   │   ├── stm32l1xx_hal_gpio.pbi
│   │   ├── stm32l1xx_hal_gpio.pbi.cout
│   │   ├── stm32l1xx_hal_i2c.o
│   │   ├── stm32l1xx_hal_i2c.pbi
│   │   ├── stm32l1xx_hal_i2c.pbi.cout
│   │   ├── stm32l1xx_hal_irda.o
│   │   ├── stm32l1xx_hal_irda.pbi
│   │   ├── stm32l1xx_hal_irda.pbi.cout
│   │   ├── stm32l1xx_hal_iwdg.o
│   │   ├── stm32l1xx_hal_iwdg.pbi
│   │   ├── stm32l1xx_hal_iwdg.pbi.cout
│   │   ├── stm32l1xx_hal_msp.o
│   │   ├── stm32l1xx_hal_msp.pbi
│   │   ├── stm32l1xx_hal_msp.pbi.cout
│   │   ├── stm32l1xx_hal.o
│   │   ├── stm32l1xx_hal.pbi
│   │   ├── stm32l1xx_hal.pbi.cout
│   │   ├── stm32l1xx_hal_pwr_ex.o
│   │   ├── stm32l1xx_hal_pwr_ex.pbi
│   │   ├── stm32l1xx_hal_pwr_ex.pbi.cout
│   │   ├── stm32l1xx_hal_pwr.o
│   │   ├── stm32l1xx_hal_pwr.pbi
│   │   ├── stm32l1xx_hal_pwr.pbi.cout
│   │   ├── stm32l1xx_hal_rcc.o
│   │   ├── stm32l1xx_hal_rcc.pbi
│   │   ├── stm32l1xx_hal_rcc.pbi.cout
│   │   ├── stm32l1xx_hal_rtc_ex.o
│   │   ├── stm32l1xx_hal_rtc_ex.pbi
│   │   ├── stm32l1xx_hal_rtc_ex.pbi.cout
│   │   ├── stm32l1xx_hal_rtc.o
│   │   ├── stm32l1xx_hal_rtc.pbi
│   │   ├── stm32l1xx_hal_rtc.pbi.cout
│   │   ├── stm32l1xx_hal_spi_ex.o
│   │   ├── stm32l1xx_hal_spi_ex.pbi
│   │   ├── stm32l1xx_hal_spi_ex.pbi.cout
│   │   ├── stm32l1xx_hal_spi.o
│   │   ├── stm32l1xx_hal_spi.pbi
│   │   ├── stm32l1xx_hal_spi.pbi.cout
│   │   ├── stm32l1xx_hal_tim_ex.o
│   │   ├── stm32l1xx_hal_tim_ex.pbi
│   │   ├── stm32l1xx_hal_tim_ex.pbi.cout
│   │   ├── stm32l1xx_hal_tim.o
│   │   ├── stm32l1xx_hal_tim.pbi
│   │   ├── stm32l1xx_hal_tim.pbi.cout
│   │   ├── stm32l1xx_hal_uart.o
│   │   ├── stm32l1xx_hal_uart.pbi
│   │   ├── stm32l1xx_hal_uart.pbi.cout
│   │   ├── stm32l1xx_hal_wwdg.o
│   │   ├── stm32l1xx_hal_wwdg.pbi
│   │   ├── stm32l1xx_hal_wwdg.pbi.cout
│   │   ├── stm32l1xx_it.pbi
│   │   ├── stm32l1xx_it.pbi.cout
│   │   ├── sx1276-FskMisc.pbi
│   │   ├── sx1276-FskMisc.pbi.cout
│   │   ├── sx1276-Fsk.pbi
│   │   ├── sx1276-Fsk.pbi.cout
│   │   ├── sx1276-Hal.pbi
│   │   ├── sx1276-Hal.pbi.cout
│   │   ├── sx1276-LoRaMisc.pbi
│   │   ├── sx1276-LoRaMisc.pbi.cout
│   │   ├── sx1276-LoRa.pbi
│   │   ├── sx1276-LoRa.pbi.cout
│   │   ├── sx1276.pbi
│   │   ├── sx1276.pbi.cout
│   │   ├── system_stm32l1xx.pbi
│   │   ├── system_stm32l1xx.pbi.cout
│   │   ├── timer.pbi
│   │   ├── timer.pbi.cout
│   │   ├── uart.pbi
│   │   ├── uart.pbi.cout
│   │   ├── volt_temp.pbi
│   │   ├── volt_temp.pbi.cout
│   │   ├── WPSDPro.pbd
│   │   └── WPSDPro.pbd.browse
│   ├── WPSDPro.dep
│   ├── WPSDPro.ewd
│   ├── WPSDPro.ewp
│   └── WPSDPro.ewt
├── Htos
│   ├── htos_app.c
│   ├── htos_app.h
│   ├── htos.c
│   ├── htos_cpu.h
│   ├── htos_debug.h
│   ├── htos.h
│   ├── htos_memory.c
│   ├── htos_memory.h
│   ├── htos_nvm.c
│   ├── htos_nvm.h
│   ├── htos_pwr_mgr.c
│   ├── htos_pwr_mgr.h
│   ├── htos_timer.c
│   ├── htos_timer.h
│   └── htos_type.h
├── Inc
│   ├── debug_cfg.h
│   ├── mxconstants.h
│   ├── stm32l1xx_hal_conf.h
│   └── stm32l1xx_it.h
├── ReadMe.pdf
├── RF
│   └── SX1276
│   ├── platform.h
│   ├── radio.c
│   ├── radio.h
│   ├── sx1276.c
│   ├── sx1276-Fsk.c
│   ├── sx1276-Fsk.h
│   ├── sx1276-FskMisc.c
│   ├── sx1276-FskMisc.h
│   ├── sx1276.h
│   ├── sx1276-Hal.c
│   ├── sx1276-Hal.h
│   ├── sx1276-LoRa.c
│   ├── sx1276-LoRa.h
│   ├── sx1276-LoRaMisc.c
│   └── sx1276-LoRaMisc.h
├── RLRStack
│   ├── RLRStack.c
│   └── RLRStack.h
├── Sensor
│   ├── HMC5883
│   │   ├── hmc5883.c
│   │   └── hmc5883.h
│   ├── IR1838
│   │   ├── ird1838.c
│   │   └── ird1838.h
│   ├── PNI
│   │   ├── pni.c
│   │   └── pni.h
│   ├── sensor.c
│   ├── sensor.h
│   └── VOLT_TEMP
│   ├── volt_temp.c
│   └── volt_temp.h
├── Src
│   ├── appTaskDeal.c
│   ├── appTaskDeal.h
│   ├── halTaskDeal.c
│   ├── halTaskDeal.h
│   ├── includes.h
│   ├── main.c
│   ├── nwkTaskDeal.c
│   ├── nwkTaskDeal.h
│   ├── parkProc.c
│   ├── parkProc.h
│   ├── stm32l1xx_hal_msp.c
│   ├── stm32l1xx_it.c
│   ├── syscfg.h
│   └── systype.h
├── WPSDPro.ioc
└── WPSDPro.txt

40 directories, 637 files

标签:

实例下载地址

停车位检测嵌入式软件

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警