📄 contents.htm
字号:
<!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>FET110 Example</title>
</head>
<body bgcolor="#ffde00">
<h2>Example projects for FET110</h2>
<h3>Projects that can be built and run on hardware</h3>
<pre>
\fet110\asm-source\fet110_1_asm.ewp Assembler project including fet110_1.s43. Toggles P1.0 (LED)
\fet110\C-source\fet110_1_C.ewp C project including fet110_1.c. Toggles P1.0 (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>
\fet110\fet110_code_examples.ewp Project including all FET110 code examples
</pre>
<h2>Example source files for FET110</h2>
<h3>C files </h3>
<pre>\fet110\C-source\
fet110_1.c Software Toggle P1.0
fet110_lpm3.c BasicClock LPM3 Using WDT ISR, 32kHz ACLK
fet110_ta01.c Timer_A Toggle P1.0, CCR0 Contmode ISR, DCO SMCLK
fet110_wdt01.c WDT Toggle P1.0 Interval overflow ISR, DCO SMCLK
</pre>
<p>
<h3>Assembler files</h3>
<pre>\fet110\asm-source\
fet110_1.s43 Software Toggle P1.0
fet110_lpm3.s43 BasicClock LPM3 Using WDT Interrupt, 32kHz ACLK
fet110_ta01.s43 Timer_A Toggle P1.0, CCR0 Contmode ISR, DCO SMCLK
fet110_wdt01.s43 WDT Toggle P1.0 Interval overflow ISR, DCO SMCLK
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -