abstract.txt

来自「AT91SAM7S256开发板基础demo」· 文本 代码 · 共 15 行

TXT
15
字号
The Blinky project is a simple program for the AT91SAM7S64
using Atmel AT91SAM7S-EK Microcontroller Board.

It blinks the 4 LEDs on the board. Blinking speed 
can be changed by the switch buttons on the board.

The Blinky program is available in different targets:
  Simulator:            configured for software Simulator
  SAM7S Flash - ULINK:  configured for on-chip Flash ROM, using ULINK
                        (used for production or target debugging)
  SAM7S RAM - ULINK:    configured to run from on-chip RAM, using ULINK
                        (may be used for target debugging) 
  SAM7S Flash - SAMICE: configured for on-chip Flash ROM, using SAM-ICE
                        (used for production or target debugging)

⌨️ 快捷键说明

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