下你所需,载你所想!
汇集开发技术源码资料

ALIENTEK MiniSTM32 实验16 内部温度传感器实验

:1.231MB :1 :2022-10-11 17:20:04

部分简介

ALIENTEK MiniSTM32 实验16 内部温度传感器实验如果开发者对于本文件有需要的可以参考。
ALIENTEK MiniSTM32 实验16 内部温度传感器实验
内部温度控制
.
├── ALIENTEK MiniSTM32 实验16 内部温度传感器实验
│ ├── HARDWARE
│ │ ├── ADC
│ │ │ ├── adc.c
│ │ │ └── adc.h
│ │ ├── EXTI
│ │ │ ├── exti.c
│ │ │ └── exti.h
│ │ ├── KEY
│ │ │ ├── key.c
│ │ │ └── key.h
│ │ ├── LCD
│ │ │ ├── FONT.H
│ │ │ ├── ILI93xx.c
│ │ │ └── LCD.h
│ │ ├── LED
│ │ │ ├── led.c
│ │ │ └── led.h
│ │ ├── OLED
│ │ │ ├── oled.c
│ │ │ ├── oled.h
│ │ │ └── oledfont.h
│ │ ├── RTC
│ │ │ ├── rtc.c
│ │ │ └── rtc.h
│ │ ├── TIMER
│ │ │ ├── timer.c
│ │ │ └── timer.h
│ │ ├── WDG
│ │ │ ├── wdg.c
│ │ │ └── wdg.h
│ │ └── WKUP
│ │ ├── wkup.c
│ │ └── wkup.h
│ ├── OBJ
│ │ ├── adc.crf
│ │ ├── adc.d
│ │ ├── adc.o
│ │ ├── delay.crf
│ │ ├── delay.d
│ │ ├── delay.o
│ │ ├── ili93xx.crf
│ │ ├── ili93xx.d
│ │ ├── ili93xx.o
│ │ ├── led.crf
│ │ ├── led.d
│ │ ├── led.o
│ │ ├── startup_stm32f10x_hd.d
│ │ ├── startup_stm32f10x_hd.lst
│ │ ├── startup_stm32f10x_hd.o
│ │ ├── sys.crf
│ │ ├── sys.d
│ │ ├── sys.o
│ │ ├── test.axf
│ │ ├── test.build_log.htm
│ │ ├── test.crf
│ │ ├── test.d
│ │ ├── test.hex
│ │ ├── test.htm
│ │ ├── test.lnp
│ │ ├── test.map
│ │ ├── test.o
│ │ ├── test.sct
│ │ ├── test_sct.Bak
│ │ ├── usart.crf
│ │ ├── usart.d
│ │ └── usart.o
│ ├── README.TXT
│ ├── SYSTEM
│ │ ├── delay
│ │ │ ├── delay.c
│ │ │ └── delay.h
│ │ ├── readme.txt
│ │ ├── sys
│ │ │ ├── stm32f10x.h
│ │ │ ├── sys.c
│ │ │ ├── sys.h
│ │ │ └── system_stm32f10x.h
│ │ └── usart
│ │ ├── usart.c
│ │ └── usart.h
│ ├── USER
│ │ ├── JLinkSettings.ini
│ │ ├── startup_stm32f10x_hd.s
│ │ ├── test.c
│ │ ├── test.uvgui.Administrator
│ │ ├── test.uvgui.Lenovo
│ │ ├── test.uvgui_Lenovo.bak
│ │ ├── test.uvopt
│ │ ├── test.uvproj
│ │ ├── test_Target 1.dep
│ │ ├── test_uvopt.bak
│ │ └── test_uvproj.bak
│ ├── USMART
│ │ ├── readme.txt
│ │ ├── usmart.c
│ │ ├── usmart.h
│ │ ├── usmart_config.c
│ │ ├── usmart_str.c
│ │ └── usmart_str.h
│ └── keilkill.bat
19 directories, 83 files

ALIENTEK MiniSTM32 实验16 内部温度传感器实验

热门推荐

相关文章