summaryrefslogtreecommitdiff
path: root/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html')
-rw-r--r--2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html80
1 files changed, 0 insertions, 80 deletions
diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html
deleted file mode 100644
index 5657473f..00000000
--- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>AVRPWM0SetDuty</title>
- <style type="text/css" media="all">
- @import url("scilab_code.css");
- @import url("xml_code.css");
- @import url("c_code.css");
- @import url("style.css");
- </style>
- </head>
- <body>
- <div class="manualnavbar">
- <table width="100%"><tr>
- <td width="30%">
- <span class="previous"><a href="AVRGetTimerValue.html">&lt;&lt; AVRGetTimerValue</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_c4a64b600f61b91c1ebf30f1b892cb10.html">Scilab 2 C Converter</a></span>
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="AVRPWM0Setup.html">AVRPWM0Setup &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
-
-
-
- <span class="path"><a href="index.html">Scilab 2 C Converter</a> &gt;&gt; <a href="section_c4a64b600f61b91c1ebf30f1b892cb10.html">Scilab 2 C Converter</a> &gt; AVRPWM0SetDuty</span>
-
- <br /><br />
- <div class="refnamediv"><h1 class="refname">AVRPWM0SetDuty</h1>
- <p class="refpurpose">Function to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.</p></div>
-
-
-<div class="refsection"><h3 class="title">Parameters</h3>
- <dl><dt><span class="term">duty :</span>
- <dd><p class="para">It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.</p></dd></dt></dl></div>
-
-<div class="refsection"><h3 class="title">Description</h3>
- <p class="para">Each Micro controller has PWM output pins which can generate varying voltage
-from 0V-5V.In this function by varying the duty cycle, varying voltage can be produced.</p>
- <p class="para">This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.</p>
- <p class="para"></p></div>
-
-<div class="refsection"><h3 class="title">Examples</h3>
- <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">AVRPWM0SetDuty</span><span class="scilabopenclose">(</span><span class="scilabnumber">50</span><span class="scilabopenclose">)</span><span class="scilabdefault">;</span> <span class="scilabcomment">//Produces 2.5V at OC0 pin</span>
-<span class="scilabid">AVRPWM0SetDuty</span><span class="scilabopenclose">(</span><span class="scilabnumber">0</span><span class="scilabopenclose">)</span><span class="scilabdefault">;</span> <span class="scilabcomment">//Produces 0V at OC0 pin</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div>
-
-<div class="refsection"><h3 class="title">See also</h3>
- <ul class="itemizedlist"><li class="member"><a href="AVRPWM0Setup.html" class="link">AVRPWM0Setup</a></li></ul></div>
-
-<div class="refsection"><h3 class="title">Authors</h3>
- <ul class="itemizedlist"><li class="member">Ashish Kamble</li></ul></div>
- <br />
-
- <div class="manualnavbar">
- <table width="100%">
- <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr>
-<tr>
- <td width="30%">
- <span class="previous"><a href="AVRGetTimerValue.html">&lt;&lt; AVRGetTimerValue</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_c4a64b600f61b91c1ebf30f1b892cb10.html">Scilab 2 C Converter</a></span>
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="AVRPWM0Setup.html">AVRPWM0Setup &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
- </body>
-</html>