contents.htm
来自「110,120140,210,4 30,440 C语言,汇编源程序」· HTM 代码 · 共 49 行
HTM
49 行
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IMIR">
<title>FET410 Example</title>
</head>
<body bgcolor="#ffde00">
<h2>Example projects for FET410</h2>
<h3>Projects that can be built and run on hardware</h3>
<pre>
\fet410\asm-source\fet410_1_asm.ewp Assembler project including fet410_1.s43. Toggles P5.1 (LED)
\fet410\C-source\fet410_1_C.ewp C project including fet410_1.c. Toggles P5.1 (LED)
</pre>
<h3>Source code library</h3>
This project includes all code example files and should be used as a source code library.
This project cannot be linked.
<pre>
\fet410\fet410_code_examples.ewp Project including all FET410 code examples
</pre>
<h2>Example source files for FET410</h2>
<h3>C files </h3>
<pre>\fet410\C-source\
fet410_1.c Software Toggle P5.1
fet410_bt01.c BasicTimer Toggle P5.1 using ISR, DCO SMCLK
fet410_ta01.c Timer_A Toggle P5.1, CCR0 Contmode ISR, DCO SMCLK
fet410_wdt01.c WDT Toggle P5.1 Interval overflow ISR, DCO SMCLK
</pre>
<p>
<h3>Assembler files</h3>
<pre>\fet410\asm-source\
fet410_1.s43 Software Toggle P5.1
fet410_bt01.s32 BasicTimer Toggle P5.1 using ISR, DCO SMCLK
fet410_ta01.s43 Timer_A Toggle P5.1, CCR0 Contmode, DCO SMCLK
fet410_wdt01.s43 WDT Toggle P5.1 Interval overflow ISR, DCO SMCLK
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?