基本信息
源码名称:stm32环境检测手表工程文件
源码大小:8.67M
文件格式:.zip
开发语言:C/C++
更新时间:2023-01-09
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
.
├── stm32环境检测手表
│ ├── PCB可直接发嘉立创打板
│ │ └── MyWatchPCB.rar
│ ├── PCB可直接发嘉立创打板.rar
│ ├── 硬件工程_AltiumDesigner
│ │ ├── History
│ │ │ └── MyWatch.~(1).PrjPcb.Zip
│ │ ├── MCU.SchDoc
│ │ ├── MyWatch.PrjPcb
│ │ ├── MyWatch.PrjPcbStructure
│ │ ├── MyWatch.SCHLIB
│ │ ├── MyWatchPCB.PcbDoc
│ │ ├── MyWatchPCB.PcbLib
│ │ └── POWER.SchDoc
│ ├── 硬件工程_AltiumDesigner.rar
│ ├── 软件程序_MDK
│ │ ├── CORE
│ │ │ ├── core_cm3.c
│ │ │ ├── core_cm3.h
│ │ │ ├── startup_stm32f10x_hd.s
│ │ │ └── startup_stm32f10x_md.s
│ │ ├── HARDWARE
│ │ │ ├── ADC.c
│ │ │ ├── ADC.h
│ │ │ ├── BEEP
│ │ │ │ ├── beep.c
│ │ │ │ └── beep.h
│ │ │ ├── DS3231.c
│ │ │ ├── DS3231.h
│ │ │ ├── LCD
│ │ │ │ ├── lcd.c
│ │ │ │ └── lcd.h
│ │ │ ├── LED
│ │ │ │ ├── led.c
│ │ │ │ └── led.h
│ │ │ ├── bme280.c
│ │ │ ├── bme280.h
│ │ │ ├── i2c_soft.c
│ │ │ ├── i2c_soft.h
│ │ │ ├── mpu
│ │ │ │ ├── MPU6050
│ │ │ │ ├── eMPL
│ │ │ │ │ ├── dmpKey.h
│ │ │ │ │ ├── dmpmap.h
│ │ │ │ │ ├── inv_mpu.c
│ │ │ │ │ ├── inv_mpu.h
│ │ │ │ │ ├── inv_mpu_dmp_motion_driver.c
│ │ │ │ │ └── inv_mpu_dmp_motion_driver.h
│ │ │ │ ├── mpu.rar
│ │ │ │ ├── mpu6050.c
│ │ │ │ ├── mpu6050.h
│ │ │ │ ├── mpu_task.c
│ │ │ │ ├── mpu_task.h
│ │ │ │ ├── mpuiic.c
│ │ │ │ └── mpuiic.h
│ │ │ └── oledlib
│ │ │ ├── draw_api.h
│ │ │ ├── oled_basic.c
│ │ │ ├── oled_basic.h
│ │ │ ├── oled_bmp.c
│ │ │ ├── oled_bmp.h
│ │ │ ├── oled_buffer.c
│ │ │ ├── oled_buffer.h
│ │ │ ├── oled_color.c
│ │ │ ├── oled_color.h
│ │ │ ├── oled_config.c
│ │ │ ├── oled_config.h
│ │ │ ├── oled_debug.c
│ │ │ ├── oled_debug.h
│ │ │ ├── oled_draw.c
│ │ │ ├── oled_draw.h
│ │ │ ├── oled_draw_ex_example.c
│ │ │ ├── oled_draw_ex_example.h
│ │ │ ├── oled_driver.c
│ │ │ ├── oled_driver.h
│ │ │ ├── oled_font.c
│ │ │ ├── oled_font.h
│ │ │ ├── test.c
│ │ │ └── test.h
│ │ ├── MYAPP
│ │ │ ├── My_Menu.c
│ │ │ ├── My_Menu.h
│ │ │ ├── altitude_display.c
│ │ │ ├── altitude_display.h
│ │ │ ├── gui_log_console.c
│ │ │ ├── gui_log_console.h
│ │ │ ├── wait_data_clock.c
│ │ │ └── wait_data_clock.h
│ │ ├── OBJ
│ │ │ ├── REMOTE.hex
│ │ │ └── null
│ │ ├── STM32F10x_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
│ │ │ ├── DebugConfig
│ │ │ │ ├── Target_1_STM32F103C8_1.0.0.dbgconf
│ │ │ │ └── Target_1_STM32F103RC_1.0.0.dbgconf
│ │ │ ├── EventRecorderStub.scvd
│ │ │ ├── JLinkSettings.ini
│ │ │ ├── NVIC.c
│ │ │ ├── NVIC.h
│ │ │ ├── REMOTE.uvguix.HAH
│ │ │ ├── REMOTE.uvguix.Lyrui
│ │ │ ├── REMOTE.uvoptx
│ │ │ ├── REMOTE.uvprojx
│ │ │ ├── main.c
│ │ │ ├── stm32f10x.h
│ │ │ ├── stm32f10x_conf.h
│ │ │ ├── stm32f10x_it.c
│ │ │ ├── stm32f10x_it.h
│ │ │ ├── system_stm32f10x.c
│ │ │ └── system_stm32f10x.h
│ │ ├── Watch
│ │ │ ├── alarm.c
│ │ │ ├── alarm.h
│ │ │ ├── alarms.c
│ │ │ ├── alarms.h
│ │ │ ├── animation.c
│ │ │ ├── animation.h
│ │ │ ├── appconfig.c
│ │ │ ├── appconfig.h
│ │ │ ├── buttons.c
│ │ │ ├── buttons.h
│ │ │ ├── common.h
│ │ │ ├── config.h
│ │ │ ├── debug.h
│ │ │ ├── diag.c
│ │ │ ├── diag.h
│ │ │ ├── display.c
│ │ │ ├── display.h
│ │ │ ├── draw.c
│ │ │ ├── draw.h
│ │ │ ├── english.h
│ │ │ ├── functions.h
│ │ │ ├── game1.c
│ │ │ ├── game1.h
│ │ │ ├── game2.c
│ │ │ ├── game2.h
│ │ │ ├── game3.c
│ │ │ ├── game3.h
│ │ │ ├── games.c
│ │ │ ├── games.h
│ │ │ ├── global.c
│ │ │ ├── global.h
│ │ │ ├── lang.h
│ │ │ ├── m_display.c
│ │ │ ├── m_display.h
│ │ │ ├── m_main.c
│ │ │ ├── m_main.h
│ │ │ ├── m_rtc_funcs.h
│ │ │ ├── menu.c
│ │ │ ├── menu.h
│ │ │ ├── millis.c
│ │ │ ├── millis.h
│ │ │ ├── normal.c
│ │ │ ├── normal.h
│ │ │ ├── pwrmgr.c
│ │ │ ├── pwrmgr.h
│ │ │ ├── resources.c
│ │ │ ├── resources.h
│ │ │ ├── settings.c
│ │ │ ├── settings.h
│ │ │ ├── sleep.c
│ │ │ ├── sleep.h
│ │ │ ├── sound.c
│ │ │ ├── sound.h
│ │ │ ├── stopwatch.c
│ │ │ ├── stopwatch.h
│ │ │ ├── time.c
│ │ │ ├── time.h
│ │ │ ├── timedate.c
│ │ │ ├── timedate.h
│ │ │ ├── torch.c
│ │ │ ├── torch.h
│ │ │ ├── tune.c
│ │ │ ├── tune.h
│ │ │ ├── tunemaker.c
│ │ │ ├── tunemaker.h
│ │ │ ├── tunes.c
│ │ │ ├── tunes.h
│ │ │ ├── typedefs.h
│ │ │ ├── ui.c
│ │ │ ├── ui.h
│ │ │ └── util.h
│ │ └── keilkilll.bat
│ ├── 软件程序_MDK.rar
│ └── 元件整理及购买链接.xlsx
└── stm32环境检测手表工程文件_stm32环境检测手表.zip
26 directories, 219 files
stm32环境检测手表工程文件
PCB可直接发嘉立创打板,软件程序使用keil打开
.
├── stm32环境检测手表
│ ├── PCB可直接发嘉立创打板
│ │ └── MyWatchPCB.rar
│ ├── PCB可直接发嘉立创打板.rar
│ ├── 硬件工程_AltiumDesigner
│ │ ├── History
│ │ │ └── MyWatch.~(1).PrjPcb.Zip
│ │ ├── MCU.SchDoc
│ │ ├── MyWatch.PrjPcb
│ │ ├── MyWatch.PrjPcbStructure
│ │ ├── MyWatch.SCHLIB
│ │ ├── MyWatchPCB.PcbDoc
│ │ ├── MyWatchPCB.PcbLib
│ │ └── POWER.SchDoc
│ ├── 硬件工程_AltiumDesigner.rar
│ ├── 软件程序_MDK
│ │ ├── CORE
│ │ │ ├── core_cm3.c
│ │ │ ├── core_cm3.h
│ │ │ ├── startup_stm32f10x_hd.s
│ │ │ └── startup_stm32f10x_md.s
│ │ ├── HARDWARE
│ │ │ ├── ADC.c
│ │ │ ├── ADC.h
│ │ │ ├── BEEP
│ │ │ │ ├── beep.c
│ │ │ │ └── beep.h
│ │ │ ├── DS3231.c
│ │ │ ├── DS3231.h
│ │ │ ├── LCD
│ │ │ │ ├── lcd.c
│ │ │ │ └── lcd.h
│ │ │ ├── LED
│ │ │ │ ├── led.c
│ │ │ │ └── led.h
│ │ │ ├── bme280.c
│ │ │ ├── bme280.h
│ │ │ ├── i2c_soft.c
│ │ │ ├── i2c_soft.h
│ │ │ ├── mpu
│ │ │ │ ├── MPU6050
│ │ │ │ ├── eMPL
│ │ │ │ │ ├── dmpKey.h
│ │ │ │ │ ├── dmpmap.h
│ │ │ │ │ ├── inv_mpu.c
│ │ │ │ │ ├── inv_mpu.h
│ │ │ │ │ ├── inv_mpu_dmp_motion_driver.c
│ │ │ │ │ └── inv_mpu_dmp_motion_driver.h
│ │ │ │ ├── mpu.rar
│ │ │ │ ├── mpu6050.c
│ │ │ │ ├── mpu6050.h
│ │ │ │ ├── mpu_task.c
│ │ │ │ ├── mpu_task.h
│ │ │ │ ├── mpuiic.c
│ │ │ │ └── mpuiic.h
│ │ │ └── oledlib
│ │ │ ├── draw_api.h
│ │ │ ├── oled_basic.c
│ │ │ ├── oled_basic.h
│ │ │ ├── oled_bmp.c
│ │ │ ├── oled_bmp.h
│ │ │ ├── oled_buffer.c
│ │ │ ├── oled_buffer.h
│ │ │ ├── oled_color.c
│ │ │ ├── oled_color.h
│ │ │ ├── oled_config.c
│ │ │ ├── oled_config.h
│ │ │ ├── oled_debug.c
│ │ │ ├── oled_debug.h
│ │ │ ├── oled_draw.c
│ │ │ ├── oled_draw.h
│ │ │ ├── oled_draw_ex_example.c
│ │ │ ├── oled_draw_ex_example.h
│ │ │ ├── oled_driver.c
│ │ │ ├── oled_driver.h
│ │ │ ├── oled_font.c
│ │ │ ├── oled_font.h
│ │ │ ├── test.c
│ │ │ └── test.h
│ │ ├── MYAPP
│ │ │ ├── My_Menu.c
│ │ │ ├── My_Menu.h
│ │ │ ├── altitude_display.c
│ │ │ ├── altitude_display.h
│ │ │ ├── gui_log_console.c
│ │ │ ├── gui_log_console.h
│ │ │ ├── wait_data_clock.c
│ │ │ └── wait_data_clock.h
│ │ ├── OBJ
│ │ │ ├── REMOTE.hex
│ │ │ └── null
│ │ ├── STM32F10x_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
│ │ │ ├── DebugConfig
│ │ │ │ ├── Target_1_STM32F103C8_1.0.0.dbgconf
│ │ │ │ └── Target_1_STM32F103RC_1.0.0.dbgconf
│ │ │ ├── EventRecorderStub.scvd
│ │ │ ├── JLinkSettings.ini
│ │ │ ├── NVIC.c
│ │ │ ├── NVIC.h
│ │ │ ├── REMOTE.uvguix.HAH
│ │ │ ├── REMOTE.uvguix.Lyrui
│ │ │ ├── REMOTE.uvoptx
│ │ │ ├── REMOTE.uvprojx
│ │ │ ├── main.c
│ │ │ ├── stm32f10x.h
│ │ │ ├── stm32f10x_conf.h
│ │ │ ├── stm32f10x_it.c
│ │ │ ├── stm32f10x_it.h
│ │ │ ├── system_stm32f10x.c
│ │ │ └── system_stm32f10x.h
│ │ ├── Watch
│ │ │ ├── alarm.c
│ │ │ ├── alarm.h
│ │ │ ├── alarms.c
│ │ │ ├── alarms.h
│ │ │ ├── animation.c
│ │ │ ├── animation.h
│ │ │ ├── appconfig.c
│ │ │ ├── appconfig.h
│ │ │ ├── buttons.c
│ │ │ ├── buttons.h
│ │ │ ├── common.h
│ │ │ ├── config.h
│ │ │ ├── debug.h
│ │ │ ├── diag.c
│ │ │ ├── diag.h
│ │ │ ├── display.c
│ │ │ ├── display.h
│ │ │ ├── draw.c
│ │ │ ├── draw.h
│ │ │ ├── english.h
│ │ │ ├── functions.h
│ │ │ ├── game1.c
│ │ │ ├── game1.h
│ │ │ ├── game2.c
│ │ │ ├── game2.h
│ │ │ ├── game3.c
│ │ │ ├── game3.h
│ │ │ ├── games.c
│ │ │ ├── games.h
│ │ │ ├── global.c
│ │ │ ├── global.h
│ │ │ ├── lang.h
│ │ │ ├── m_display.c
│ │ │ ├── m_display.h
│ │ │ ├── m_main.c
│ │ │ ├── m_main.h
│ │ │ ├── m_rtc_funcs.h
│ │ │ ├── menu.c
│ │ │ ├── menu.h
│ │ │ ├── millis.c
│ │ │ ├── millis.h
│ │ │ ├── normal.c
│ │ │ ├── normal.h
│ │ │ ├── pwrmgr.c
│ │ │ ├── pwrmgr.h
│ │ │ ├── resources.c
│ │ │ ├── resources.h
│ │ │ ├── settings.c
│ │ │ ├── settings.h
│ │ │ ├── sleep.c
│ │ │ ├── sleep.h
│ │ │ ├── sound.c
│ │ │ ├── sound.h
│ │ │ ├── stopwatch.c
│ │ │ ├── stopwatch.h
│ │ │ ├── time.c
│ │ │ ├── time.h
│ │ │ ├── timedate.c
│ │ │ ├── timedate.h
│ │ │ ├── torch.c
│ │ │ ├── torch.h
│ │ │ ├── tune.c
│ │ │ ├── tune.h
│ │ │ ├── tunemaker.c
│ │ │ ├── tunemaker.h
│ │ │ ├── tunes.c
│ │ │ ├── tunes.h
│ │ │ ├── typedefs.h
│ │ │ ├── ui.c
│ │ │ ├── ui.h
│ │ │ └── util.h
│ │ └── keilkilll.bat
│ ├── 软件程序_MDK.rar
│ └── 元件整理及购买链接.xlsx
└── stm32环境检测手表工程文件_stm32环境检测手表.zip
26 directories, 219 files