极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E295】STM8S103F3P6+步進電機28BYJ-48+ULN2003 實現(xiàn)簡單的正反轉(zhuǎn)Demo

2021-08-18 09:32:53      索煒達(dá)電子      895     

項目編號:E295

文件大?。?1M

源碼說明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡要概述:

功能介紹:電機正轉(zhuǎn)半圈,翻轉(zhuǎn)LED,延時3秒,電機反轉(zhuǎn)半圈,翻轉(zhuǎn)LED,延時3秒。比stm32版更加簡單。

【E295】STM8S103F3P6+步進電機28BYJ-48+ULN2003 實現(xiàn)簡單的正反轉(zhuǎn)Demo

【E295】STM8S103F3P6+步進電機28BYJ-48+ULN2003 實現(xiàn)簡單的正反轉(zhuǎn)Demo

目錄│文件列表:

 └ STM8S103F3P6_28BYJ-48_apply_demo1

    │ Backup of demo.ewp

    │ cspycomm.log

    │ delay.c

    │ delay.h

    │ demo.dep

    │ demo.ewd

    │ demo.ewp

    │ demo.ewt

    │ demo.eww

    │ led.c

    │ led.h

    │ main.c

    │ README.md

    │ step.c

    │ step.h

    │ stm8s_conf.h

    │ stm8s_it.c

    │ stm8s_it.h

    │ 說明.docx

    ├ Debug

    │  ├ Exe

    │  │  │ demo.hex

    │  │  └ demo.out

    │  └ Obj

    │     │ .ninja_deps

    │     │ .ninja_log

    │     │ build.ninja

    │     │ delay.o

    │     │ delay.pbi

    │     │ delay.pbi.dep

    │     │ delay.xcl

    │     │ demo.pbd

    │     │ demo.pbd.browse

    │     │ demo.pbw

    │     │ demo_part0.pbi

    │     │ demo_part1.pbi

    │     │ demo_part2.pbi

    │     │ led.o

    │     │ led.pbi

    │     │ led.pbi.dep

    │     │ led.xcl

    │     │ main.o

    │     │ main.pbi

    │     │ main.pbi.dep

    │     │ main.xcl

    │     │ step.o

    │     │ step.pbi

    │     │ step.pbi.dep

    │     │ step.xcl

    │     │ stm8s_clk.o

    │     │ stm8s_clk.pbi

    │     │ stm8s_clk.pbi.dep

    │     │ stm8s_clk.xcl

    │     │ stm8s_gpio.o

    │     │ stm8s_gpio.pbi

    │     │ stm8s_gpio.pbi.dep

    │     │ stm8s_gpio.xcl

    │     │ stm8s_it.o

    │     │ stm8s_it.pbi

    │     │ stm8s_it.pbi.dep

    │     │ stm8s_it.xcl

    │     │ stm8s_tim4.o

    │     │ stm8s_tim4.pbi

    │     │ stm8s_tim4.pbi.dep

    │     └ stm8s_tim4.xcl

    ├ settings

    │  │ demo.cspy.bat

    │  │ demo.dbgdt

    │  │ demo.Debug.cspy.bat

    │  │ demo.Debug.cspy.ps1

    │  │ demo.Debug.driver.xcl

    │  │ demo.Debug.general.xcl

    │  │ demo.dni

    │  │ demo.dnx

    │  └ demo.wsdt

    └ STM8S_StdPeriph_Driver

       │ Release_Notes.html

       │ stm8s-a_stdperiph_drivers_um.chm

       ├ inc

       │  │ stm8s.h

       │  │ stm8s_adc1.h

       │  │ stm8s_adc2.h

       │  │ stm8s_awu.h

       │  │ stm8s_beep.h

       │  │ stm8s_can.h

       │  │ stm8s_clk.h

       │  │ stm8s_exti.h

       │  │ stm8s_flash.h

       │  │ stm8s_gpio.h

       │  │ stm8s_i2c.h

       │  │ stm8s_itc.h

       │  │ stm8s_iwdg.h

       │  │ stm8s_rst.h

       │  │ stm8s_spi.h

       │  │ stm8s_tim1.h

       │  │ stm8s_tim2.h

       │  │ stm8s_tim3.h

       │  │ stm8s_tim4.h

       │  │ stm8s_tim5.h

       │  │ stm8s_tim6.h

       │  │ stm8s_uart1.h

       │  │ stm8s_uart2.h

       │  │ stm8s_uart3.h

       │  └ stm8s_wwdg.h

       └ src

          │ stm8s_adc1.c

          │ stm8s_adc2.c

          │ stm8s_awu.c

          │ stm8s_beep.c

          │ stm8s_can.c

          │ stm8s_clk.c

          │ stm8s_exti.c

          │ stm8s_flash.c

          │ stm8s_gpio.c

          │ stm8s_i2c.c

          │ stm8s_itc.c

          │ stm8s_iwdg.c

          │ stm8s_rst.c

          │ stm8s_spi.c

          │ stm8s_tim1.c

          │ stm8s_tim2.c

          │ stm8s_tim3.c

          │ stm8s_tim4.c

          │ stm8s_tim5.c

          │ stm8s_tim6.c

          │ stm8s_uart1.c

          │ stm8s_uart2.c

          │ stm8s_uart3.c

          └ stm8s_wwdg.c

TAGSTM8S103F3P6
  • 6 次
  • 1 分