基本信息
源码名称:ALIENTEK MiniSTM32 实验16 内部温度传感器实验
源码大小:1.23M
文件格式:.zip
开发语言:C/C++
更新时间:2021-12-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

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
└── 好例子网_ALIENTEK MiniSTM32 实验16 内部温度传感器实验.zip

19 directories, 83 files