micro_climate/Core/Src
95384 1d1b656238 可以BootLoader升级了,要使用IAR调试需要将Linker-Config-Linker configuration file换为同目录下stm32l496xx_flash.icf;system_stm32l4xx.c换为同目录下system_stm32l4xx - 副本.c 2024-11-13 17:47:27 +08:00
..
adc.c 在错误中断里添加了重启,ADC转换周期改为6.5 2024-09-21 11:35:13 +08:00
cJSON.c 实现通过调试串口发需要的JSON,通过MQTT发JSON还未搞定 2024-08-06 17:07:23 +08:00
comp.c 新建 2024-07-05 11:52:43 +08:00
dma.c 新建 2024-07-05 11:52:43 +08:00
freertos.c 将换能器参数,RSSI有效范围改为可配 2024-11-11 15:41:00 +08:00
gpio.c 新建 2024-07-05 11:52:43 +08:00
i2c.c 新建 2024-07-05 11:52:43 +08:00
main.c 温湿度,风速风向更新时间设置为10min可控,可配置参数存储位置更换为内部flash末尾rank2 0x080F F800 - 0x080F FFFF 2024-11-08 16:31:22 +08:00
spi.c 新建 2024-07-05 11:52:43 +08:00
stm32l4xx_hal_msp.c 新建 2024-07-05 11:52:43 +08:00
stm32l4xx_hal_timebase_tim.c 新建 2024-07-05 11:52:43 +08:00
stm32l4xx_it.c 在错误中断里添加了重启,ADC转换周期改为6.5 2024-09-21 11:35:13 +08:00
system_stm32l4xx - 副本.c 可以BootLoader升级了,要使用IAR调试需要将Linker-Config-Linker configuration file换为同目录下stm32l496xx_flash.icf;system_stm32l4xx.c换为同目录下system_stm32l4xx - 副本.c 2024-11-13 17:47:27 +08:00
system_stm32l4xx.c 可以BootLoader升级了,要使用IAR调试需要将Linker-Config-Linker configuration file换为同目录下stm32l496xx_flash.icf;system_stm32l4xx.c换为同目录下system_stm32l4xx - 副本.c 2024-11-13 17:47:27 +08:00
tim.c 定时器17每秒中断用于对时,与得到的json差距2min时将时间调整为json获取到的值 2024-08-16 15:35:22 +08:00
usart.c MQTT推送需要的JSON ok 2024-08-07 17:26:49 +08:00