├── .assets ├── 1729572301529(1).jpg ├── 1729572399982(1).jpg ├── 1729572654049(1).jpg ├── 1729573122197(1).jpg ├── 1729573156593.jpg ├── 1729604486130.jpg ├── 1729824343476(1).jpg ├── 1729824428007.jpg ├── 1729824467540.jpg ├── 1729824549575.jpg ├── 1729824593724(1).jpg ├── 1730032873859(1).jpg ├── 1730032959740.jpg ├── 1730033010296(1).jpg ├── 1730033167134.jpg ├── 1732336504349(1).jpg ├── 1732336552478.jpg ├── 1732336617533.jpg ├── 1732336695392(1).jpg ├── 1732336777703.jpg ├── 1732523100435(1).jpg ├── 1732523223805.jpg ├── 1732523257783.jpg ├── 1734666443647.jpg ├── 1734668290183.jpg ├── 1734688517842.jpg ├── 1734688778630.jpg ├── 1734688840820.jpg ├── 1734688931843.jpg ├── 1735010892051.jpg ├── 1735013850147.jpg ├── 1735013930060.jpg ├── 1735272765231(1).jpg ├── 1735273006237(1).jpg ├── 1736051932177.jpg ├── 1740556331089.jpg ├── 1740556469798.jpg ├── 1740556530985.jpg ├── 1740562725738.jpg ├── 1740562922867.jpg ├── 1740562950127.jpg ├── 1740563112962.jpg ├── 1740564157875.jpg ├── 1740564389967.jpg ├── 1740627171790.jpg ├── 1740645538176.jpg ├── 1740645711059.jpg ├── 1740645739720.jpg ├── 1740645773635.jpg ├── 1740645818295.jpg ├── 1740742505621.jpg ├── 1740742546929.jpg ├── 1740742655190.jpg ├── 1740898034351.jpg ├── 1740899170527.jpg ├── 1740899442646.jpg ├── 1740899483919.jpg ├── 1741054806120.jpg ├── 1741055353913 - 副本.jpg ├── 1741055353913.jpg ├── 1741056400177.jpg ├── 1741056754504.jpg ├── 1741059412792.jpg ├── 1741059478168.jpg ├── 1741316272099.jpg ├── 1741316434987.jpg ├── 1741327658458.jpg ├── 1741329909072.jpg ├── 1741784537709.jpg ├── 1742177560896.jpg ├── 1742179107014.jpg ├── 1742193330926.jpg ├── 1742194072239.jpg ├── 1742194110944.jpg ├── 1742194147543.jpg ├── 1742194179828.jpg ├── 1742194290697(1).jpg ├── 1742194477567.jpg ├── 1742199207531.jpg ├── 1742286222045.jpg ├── 1742286690803.jpg ├── picture ├── 屏幕截图 2024-10-21 153412.png ├── 屏幕截图 2024-10-21 154620.png ├── 屏幕截图 2024-10-21 154637.png ├── 屏幕截图 2024-10-21 155213.png ├── 屏幕截图 2024-10-21 162149.png ├── 屏幕截图 2024-10-21 162219.png ├── 屏幕截图 2024-10-21 162225.png ├── 屏幕截图 2024-10-21 164729.png ├── 屏幕截图 2024-10-21 165230.png ├── 屏幕截图 2024-10-21 170909.png └── 屏幕截图 2024-10-21 191306.png ├── 3.智能家居-v2 ├── DebugConfig │ └── Target_1_STM32F103C8_1.0.0.dbgconf ├── EventRecorderStub.scvd ├── HC-SR501人体红外感应模块热释电红外传感器.pdf ├── Handware │ ├── Clock.c │ ├── Clock.h │ ├── Key.c │ ├── Key.h │ ├── LED.c │ ├── LED.h │ ├── LightSensor.c │ ├── LightSensor.h │ ├── OLED.c │ ├── OLED.h │ ├── OLED_Font.h │ ├── Scene.c │ ├── Scene.h │ ├── Sensing.c │ ├── Sensing.h │ ├── SerialPort.c │ ├── SerialPort.h │ ├── TemperSenor.c │ └── TemperSensor.h ├── Library │ ├── misc.c │ ├── misc.h │ ├── stm32f10x_adc.c │ ├── stm32f10x_adc.h │ ├── stm32f10x_bkp.c │ ├── stm32f10x_bkp.h │ ├── stm32f10x_can.c │ ├── stm32f10x_can.h │ ├── stm32f10x_cec.c │ ├── stm32f10x_cec.h │ ├── stm32f10x_crc.c │ ├── stm32f10x_crc.h │ ├── stm32f10x_dac.c │ ├── stm32f10x_dac.h │ ├── stm32f10x_dbgmcu.c │ ├── stm32f10x_dbgmcu.h │ ├── stm32f10x_dma.c │ ├── stm32f10x_dma.h │ ├── stm32f10x_exti.c │ ├── stm32f10x_exti.h │ ├── stm32f10x_flash.c │ ├── stm32f10x_flash.h │ ├── stm32f10x_fsmc.c │ ├── stm32f10x_fsmc.h │ ├── stm32f10x_gpio.c │ ├── stm32f10x_gpio.h │ ├── stm32f10x_i2c.c │ ├── stm32f10x_i2c.h │ ├── stm32f10x_iwdg.c │ ├── stm32f10x_iwdg.h │ ├── stm32f10x_pwr.c │ ├── stm32f10x_pwr.h │ ├── stm32f10x_rcc.c │ ├── stm32f10x_rcc.h │ ├── stm32f10x_rtc.c │ ├── stm32f10x_rtc.h │ ├── stm32f10x_sdio.c │ ├── stm32f10x_sdio.h │ ├── stm32f10x_spi.c │ ├── stm32f10x_spi.h │ ├── stm32f10x_tim.c │ ├── stm32f10x_tim.h │ ├── stm32f10x_usart.c │ ├── stm32f10x_usart.h │ ├── stm32f10x_wwdg.c │ └── stm32f10x_wwdg.h ├── STM32Project.uvguix.15046 ├── STM32Project.uvoptx ├── STM32Project.uvprojx ├── Start │ ├── core_cm3.c │ ├── core_cm3.h │ ├── startup_stm32f10x_cl.s │ ├── startup_stm32f10x_hd.s │ ├── startup_stm32f10x_hd_vl.s │ ├── startup_stm32f10x_ld.s │ ├── startup_stm32f10x_ld_vl.s │ ├── startup_stm32f10x_md.s │ ├── startup_stm32f10x_md_vl.s │ ├── startup_stm32f10x_xl.s │ ├── stm32f10x.h │ ├── system_stm32f10x.c │ └── system_stm32f10x.h ├── System │ ├── ADC.c │ ├── ADC.h │ ├── Delay.c │ ├── Delay.h │ ├── MYRTC.c │ ├── MYRTC.h │ ├── PWM.c │ ├── PWM.h │ ├── RTC.c │ └── RTC.h ├── User │ ├── main.c │ ├── stm32f10x_conf.h │ ├── stm32f10x_it.c │ └── stm32f10x_it.h ├── keilkill.bat └── 使用指导.docx ├── README.md └── STM32笔记 ├── (野火小智)STM32F103C8核心板_双USB款_引脚分配表.xls ├── STM32F10xxx参考手册(中文).pdf ├── STM32入门教程.pptx ├── STM32笔记.md └── markdown格式.md /.assets/1729572301529(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729572301529(1).jpg -------------------------------------------------------------------------------- /.assets/1729572399982(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729572399982(1).jpg -------------------------------------------------------------------------------- /.assets/1729572654049(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729572654049(1).jpg -------------------------------------------------------------------------------- /.assets/1729573122197(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729573122197(1).jpg -------------------------------------------------------------------------------- /.assets/1729573156593.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729573156593.jpg -------------------------------------------------------------------------------- /.assets/1729604486130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729604486130.jpg -------------------------------------------------------------------------------- /.assets/1729824343476(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729824343476(1).jpg -------------------------------------------------------------------------------- /.assets/1729824428007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729824428007.jpg -------------------------------------------------------------------------------- /.assets/1729824467540.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729824467540.jpg -------------------------------------------------------------------------------- /.assets/1729824549575.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729824549575.jpg -------------------------------------------------------------------------------- /.assets/1729824593724(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1729824593724(1).jpg -------------------------------------------------------------------------------- /.assets/1730032873859(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1730032873859(1).jpg -------------------------------------------------------------------------------- /.assets/1730032959740.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1730032959740.jpg -------------------------------------------------------------------------------- /.assets/1730033010296(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1730033010296(1).jpg -------------------------------------------------------------------------------- /.assets/1730033167134.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1730033167134.jpg -------------------------------------------------------------------------------- /.assets/1732336504349(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732336504349(1).jpg -------------------------------------------------------------------------------- /.assets/1732336552478.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732336552478.jpg -------------------------------------------------------------------------------- /.assets/1732336617533.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732336617533.jpg -------------------------------------------------------------------------------- /.assets/1732336695392(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732336695392(1).jpg -------------------------------------------------------------------------------- /.assets/1732336777703.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732336777703.jpg -------------------------------------------------------------------------------- /.assets/1732523100435(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732523100435(1).jpg -------------------------------------------------------------------------------- /.assets/1732523223805.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732523223805.jpg -------------------------------------------------------------------------------- /.assets/1732523257783.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1732523257783.jpg -------------------------------------------------------------------------------- /.assets/1734666443647.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1734666443647.jpg -------------------------------------------------------------------------------- /.assets/1734668290183.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1734668290183.jpg -------------------------------------------------------------------------------- /.assets/1734688517842.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1734688517842.jpg -------------------------------------------------------------------------------- /.assets/1734688778630.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1734688778630.jpg -------------------------------------------------------------------------------- /.assets/1734688840820.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1734688840820.jpg -------------------------------------------------------------------------------- /.assets/1734688931843.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1734688931843.jpg -------------------------------------------------------------------------------- /.assets/1735010892051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1735010892051.jpg -------------------------------------------------------------------------------- /.assets/1735013850147.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1735013850147.jpg -------------------------------------------------------------------------------- /.assets/1735013930060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1735013930060.jpg -------------------------------------------------------------------------------- /.assets/1735272765231(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1735272765231(1).jpg -------------------------------------------------------------------------------- /.assets/1735273006237(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1735273006237(1).jpg -------------------------------------------------------------------------------- /.assets/1736051932177.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1736051932177.jpg -------------------------------------------------------------------------------- /.assets/1740556331089.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740556331089.jpg -------------------------------------------------------------------------------- /.assets/1740556469798.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740556469798.jpg -------------------------------------------------------------------------------- /.assets/1740556530985.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740556530985.jpg -------------------------------------------------------------------------------- /.assets/1740562725738.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740562725738.jpg -------------------------------------------------------------------------------- /.assets/1740562922867.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740562922867.jpg -------------------------------------------------------------------------------- /.assets/1740562950127.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740562950127.jpg -------------------------------------------------------------------------------- /.assets/1740563112962.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740563112962.jpg -------------------------------------------------------------------------------- /.assets/1740564157875.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740564157875.jpg -------------------------------------------------------------------------------- /.assets/1740564389967.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740564389967.jpg -------------------------------------------------------------------------------- /.assets/1740627171790.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740627171790.jpg -------------------------------------------------------------------------------- /.assets/1740645538176.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740645538176.jpg -------------------------------------------------------------------------------- /.assets/1740645711059.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740645711059.jpg -------------------------------------------------------------------------------- /.assets/1740645739720.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740645739720.jpg -------------------------------------------------------------------------------- /.assets/1740645773635.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740645773635.jpg -------------------------------------------------------------------------------- /.assets/1740645818295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740645818295.jpg -------------------------------------------------------------------------------- /.assets/1740742505621.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740742505621.jpg -------------------------------------------------------------------------------- /.assets/1740742546929.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740742546929.jpg -------------------------------------------------------------------------------- /.assets/1740742655190.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740742655190.jpg -------------------------------------------------------------------------------- /.assets/1740898034351.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740898034351.jpg -------------------------------------------------------------------------------- /.assets/1740899170527.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740899170527.jpg -------------------------------------------------------------------------------- /.assets/1740899442646.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740899442646.jpg -------------------------------------------------------------------------------- /.assets/1740899483919.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1740899483919.jpg -------------------------------------------------------------------------------- /.assets/1741054806120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741054806120.jpg -------------------------------------------------------------------------------- /.assets/1741055353913 - 副本.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741055353913 - 副本.jpg -------------------------------------------------------------------------------- /.assets/1741055353913.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741055353913.jpg -------------------------------------------------------------------------------- /.assets/1741056400177.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741056400177.jpg -------------------------------------------------------------------------------- /.assets/1741056754504.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741056754504.jpg -------------------------------------------------------------------------------- /.assets/1741059412792.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741059412792.jpg -------------------------------------------------------------------------------- /.assets/1741059478168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741059478168.jpg -------------------------------------------------------------------------------- /.assets/1741316272099.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741316272099.jpg -------------------------------------------------------------------------------- /.assets/1741316434987.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741316434987.jpg -------------------------------------------------------------------------------- /.assets/1741327658458.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741327658458.jpg -------------------------------------------------------------------------------- /.assets/1741329909072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741329909072.jpg -------------------------------------------------------------------------------- /.assets/1741784537709.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1741784537709.jpg -------------------------------------------------------------------------------- /.assets/1742177560896.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742177560896.jpg -------------------------------------------------------------------------------- /.assets/1742179107014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742179107014.jpg -------------------------------------------------------------------------------- /.assets/1742193330926.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742193330926.jpg -------------------------------------------------------------------------------- /.assets/1742194072239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742194072239.jpg -------------------------------------------------------------------------------- /.assets/1742194110944.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742194110944.jpg -------------------------------------------------------------------------------- /.assets/1742194147543.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742194147543.jpg -------------------------------------------------------------------------------- /.assets/1742194179828.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742194179828.jpg -------------------------------------------------------------------------------- /.assets/1742194290697(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742194290697(1).jpg -------------------------------------------------------------------------------- /.assets/1742194477567.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742194477567.jpg -------------------------------------------------------------------------------- /.assets/1742199207531.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742199207531.jpg -------------------------------------------------------------------------------- /.assets/1742286222045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742286222045.jpg -------------------------------------------------------------------------------- /.assets/1742286690803.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/1742286690803.jpg -------------------------------------------------------------------------------- /.assets/picture: -------------------------------------------------------------------------------- 1 | This is picture diectory 2 | -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 153412.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 153412.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 154620.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 154620.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 154637.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 154637.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 155213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 155213.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 162149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 162149.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 162219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 162219.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 162225.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 162225.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 164729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 164729.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 165230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 165230.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 170909.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 170909.png -------------------------------------------------------------------------------- /.assets/屏幕截图 2024-10-21 191306.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/.assets/屏幕截图 2024-10-21 191306.png -------------------------------------------------------------------------------- /3.智能家居-v2/DebugConfig/Target_1_STM32F103C8_1.0.0.dbgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/DebugConfig/Target_1_STM32F103C8_1.0.0.dbgconf -------------------------------------------------------------------------------- /3.智能家居-v2/EventRecorderStub.scvd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/EventRecorderStub.scvd -------------------------------------------------------------------------------- /3.智能家居-v2/HC-SR501人体红外感应模块热释电红外传感器.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/HC-SR501人体红外感应模块热释电红外传感器.pdf -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Clock.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Clock.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Key.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Key.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/LED.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/LED.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/LED.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/LED.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/LightSensor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/LightSensor.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/LightSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/LightSensor.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/OLED.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/OLED.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/OLED.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/OLED.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/OLED_Font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/OLED_Font.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Scene.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Scene.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Scene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Scene.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Sensing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Sensing.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/Sensing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/Sensing.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/SerialPort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/SerialPort.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/SerialPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/SerialPort.h -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/TemperSenor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/TemperSenor.c -------------------------------------------------------------------------------- /3.智能家居-v2/Handware/TemperSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Handware/TemperSensor.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/misc.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/misc.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_adc.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_adc.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_bkp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_bkp.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_bkp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_bkp.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_can.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_can.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_can.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_can.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_cec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_cec.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_cec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_cec.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_crc.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_crc.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_dac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_dac.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_dac.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_dbgmcu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_dbgmcu.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_dbgmcu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_dbgmcu.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_dma.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_dma.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_exti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_exti.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_exti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_exti.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_flash.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_flash.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_fsmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_fsmc.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_fsmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_fsmc.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_gpio.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_gpio.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_i2c.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_i2c.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_iwdg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_iwdg.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_iwdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_iwdg.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_pwr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_pwr.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_pwr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_pwr.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_rcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_rcc.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_rcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_rcc.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_rtc.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_rtc.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_sdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_sdio.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_sdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_sdio.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_spi.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_spi.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_tim.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_tim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_tim.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_usart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_usart.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_usart.h -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_wwdg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_wwdg.c -------------------------------------------------------------------------------- /3.智能家居-v2/Library/stm32f10x_wwdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Library/stm32f10x_wwdg.h -------------------------------------------------------------------------------- /3.智能家居-v2/STM32Project.uvguix.15046: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/STM32Project.uvguix.15046 -------------------------------------------------------------------------------- /3.智能家居-v2/STM32Project.uvoptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/STM32Project.uvoptx -------------------------------------------------------------------------------- /3.智能家居-v2/STM32Project.uvprojx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/STM32Project.uvprojx -------------------------------------------------------------------------------- /3.智能家居-v2/Start/core_cm3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/core_cm3.c -------------------------------------------------------------------------------- /3.智能家居-v2/Start/core_cm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/core_cm3.h -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_cl.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_cl.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_hd.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_hd.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_hd_vl.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_hd_vl.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_ld.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_ld.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_ld_vl.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_ld_vl.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_md.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_md.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_md_vl.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_md_vl.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/startup_stm32f10x_xl.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/startup_stm32f10x_xl.s -------------------------------------------------------------------------------- /3.智能家居-v2/Start/stm32f10x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/stm32f10x.h -------------------------------------------------------------------------------- /3.智能家居-v2/Start/system_stm32f10x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/system_stm32f10x.c -------------------------------------------------------------------------------- /3.智能家居-v2/Start/system_stm32f10x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/Start/system_stm32f10x.h -------------------------------------------------------------------------------- /3.智能家居-v2/System/ADC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/ADC.c -------------------------------------------------------------------------------- /3.智能家居-v2/System/ADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/ADC.h -------------------------------------------------------------------------------- /3.智能家居-v2/System/Delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/Delay.c -------------------------------------------------------------------------------- /3.智能家居-v2/System/Delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/Delay.h -------------------------------------------------------------------------------- /3.智能家居-v2/System/MYRTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/MYRTC.c -------------------------------------------------------------------------------- /3.智能家居-v2/System/MYRTC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/MYRTC.h -------------------------------------------------------------------------------- /3.智能家居-v2/System/PWM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/PWM.c -------------------------------------------------------------------------------- /3.智能家居-v2/System/PWM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/PWM.h -------------------------------------------------------------------------------- /3.智能家居-v2/System/RTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/RTC.c -------------------------------------------------------------------------------- /3.智能家居-v2/System/RTC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/System/RTC.h -------------------------------------------------------------------------------- /3.智能家居-v2/User/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/User/main.c -------------------------------------------------------------------------------- /3.智能家居-v2/User/stm32f10x_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/User/stm32f10x_conf.h -------------------------------------------------------------------------------- /3.智能家居-v2/User/stm32f10x_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/User/stm32f10x_it.c -------------------------------------------------------------------------------- /3.智能家居-v2/User/stm32f10x_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/User/stm32f10x_it.h -------------------------------------------------------------------------------- /3.智能家居-v2/keilkill.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/keilkill.bat -------------------------------------------------------------------------------- /3.智能家居-v2/使用指导.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/3.智能家居-v2/使用指导.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/README.md -------------------------------------------------------------------------------- /STM32笔记/(野火小智)STM32F103C8核心板_双USB款_引脚分配表.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/STM32笔记/(野火小智)STM32F103C8核心板_双USB款_引脚分配表.xls -------------------------------------------------------------------------------- /STM32笔记/STM32F10xxx参考手册(中文).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/STM32笔记/STM32F10xxx参考手册(中文).pdf -------------------------------------------------------------------------------- /STM32笔记/STM32入门教程.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/STM32笔记/STM32入门教程.pptx -------------------------------------------------------------------------------- /STM32笔记/STM32笔记.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/STM32笔记/STM32笔记.md -------------------------------------------------------------------------------- /STM32笔记/markdown格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guanghui6610/STM32-study-notesANDsmart-home-projects/HEAD/STM32笔记/markdown格式.md --------------------------------------------------------------------------------