diff options
author | Brijeshcr | 2017-07-06 15:49:18 +0530 |
---|---|---|
committer | GitHub | 2017-07-06 15:49:18 +0530 |
commit | 850c0ff1ca5cd660b76d0568a215bab0547312ad (patch) | |
tree | 26fc9679644561759e8a2c4080059d30b70a3105 /2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | |
parent | a7eeecce4c7c39ea52a2d434815c574a2c42730d (diff) | |
parent | c600ebcb67961fe6007ba41fd5ad987da3af7f6e (diff) | |
download | Scilab2C-850c0ff1ca5cd660b76d0568a215bab0547312ad.tar.gz Scilab2C-850c0ff1ca5cd660b76d0568a215bab0547312ad.tar.bz2 Scilab2C-850c0ff1ca5cd660b76d0568a215bab0547312ad.zip |
Merge pull request #4 from FOSSEE/revert-3-master
Revert "LinearAlgebra Function Added"
Diffstat (limited to '2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html')
-rw-r--r-- | 2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html new file mode 100644 index 00000000..ade4fa22 --- /dev/null +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -0,0 +1,81 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>AVRPWM2SetDuty</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="AVRPWM1Setup.html"><< AVRPWM1Setup</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="AVRPWM2Setup.html">AVRPWM2Setup >></a></span> + + </td> + </tr></table> + <hr /> + </div> + + + + <span class="path"><a href="index.html">Scilab 2 C Converter</a> >> <a href="section_c4a64b600f61b91c1ebf30f1b892cb10.html">Scilab 2 C Converter</a> > AVRPWM2SetDuty</span> + + <br /><br /> + <div class="refnamediv"><h1 class="refname">AVRPWM2SetDuty</h1> + <p class="refpurpose">Function to Set Duty cycle of PWM Output generated by Timer2 at OC2 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">Example +AVRPWM2SetDuty(50); //Produces 2.5V at OC2 pin +AVRPWM2SetDuty(0); //Produces 0V at OC2 pin</p> + <p class="para"></p></div> + +<div class="refsection"><h3 class="title">See also</h3> + <ul class="itemizedlist"><li class="member"><a href="AVRPWM2Setup.html" class="link">AVRPWM2Setup</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="AVRPWM1Setup.html"><< AVRPWM1Setup</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="AVRPWM2Setup.html">AVRPWM2Setup >></a></span> + + </td> + </tr></table> + <hr /> + </div> + </body> +</html> |