⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install_left_right_leds.bat

📁 Xilix spartan 3E 旋转编码器接口,脉冲方向识别,AB脉冲滤波 Rotary Encoder Interface Demonstrates how to use the rotar
💻 BAT
字号:
REM ##########################################################################
REM # This will create the iMPACT CMD file and then run iMPACT to program    #    
REM #    the Spartan-3E device on the Starter Kit board.                     #
REM ##########################################################################
@echo setMode -bscan                                      > impact_batch_commands.cmd
@echo setCable -p auto                                   >> impact_batch_commands.cmd
@echo addDevice -position 1 -file .\left_right_leds.bit  >> impact_batch_commands.cmd
@echo addDevice -position 2 -part "xcf04s"               >> impact_batch_commands.cmd
@echo addDevice -position 2 -part "xcf04s"               >> impact_batch_commands.cmd
@echo ReadIdcode -p 1                                    >> impact_batch_commands.cmd
@echo program -p 1                                       >> impact_batch_commands.cmd
@echo quit                                               >> impact_batch_commands.cmd
impact -batch impact_batch_commands.cmd

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -