contents.htm

来自「110,120140,210,4 30,440 C语言,汇编源程序」· HTM 代码 · 共 52 行

HTM
52
字号
<!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>FET430 Example</title>
</head>
<body bgcolor="#ffde00">


<h2>Example projects for FET430</h2>

<h3>Projects that can be built and run on hardware</h3>
<pre>
\fet430\asm-source\fet430_1_asm.ewp  Assembler project including fet430_1.s43. Toggles P5.1 (LED)
\fet430\C-source\fet430_1_C.ewp      C project including fet430_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>
\fet430\fet430_code_examples.ewp       Project including all FET430 code examples

</pre>


<h2>Example source files for FET430</h2>

<h3>C files </h3>
<pre>\fet430\C-source\

fet430_1.c                    Software Toggle P5.1
fet430_adc12_01.c             ADC12 Sample A0 Set P1.0 if A0 > 0.5*AVcc
fet430_ta01.c                 Timer_A Toggle P5.1, CCR0 Contmode ISR, DCO SMCLK
fet430_wdt01.c                WDT Toggle P5.1 Interval overflow ISR, DCO SMCLK


</pre>

<p>
<h3>Assembler files</h3>
<pre>\fet430\asm-source\

fet430_1.s43                  Software Toggle P5.1
fet430_adc12_1.s43            ADC12 Sample A0 Set P1.0 if A0 > 0.5*AVcc
fet430_ta01.s43               Timer_A Toggle P5.1, CCR0 Contmode ISR, DCO SMCLK
fet430_wdt01.s43              WDT Toggle P5.1 Interval overflow ISR, DCO SMCLK

</pre>
</body>
</html>

⌨️ 快捷键说明

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