From aef4e8398f2b1848b0e4cdd9580dbbe93e4006f9 Mon Sep 17 00:00:00 2001
From: Jorawar Singh
Date: Fri, 30 Jun 2017 11:28:58 +0530
Subject: Help files, modified Raspberry Pi code conversion

---
 help/en_US/scilab_en_US_help/AVRSleep.html | 75 ++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)
 create mode 100644 help/en_US/scilab_en_US_help/AVRSleep.html

(limited to 'help/en_US/scilab_en_US_help/AVRSleep.html')

diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html
new file mode 100644
index 00000000..19c316df
--- /dev/null
+++ b/help/en_US/scilab_en_US_help/AVRSleep.html
@@ -0,0 +1,75 @@
+<html><head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>AVRSleep</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="AVRReadADC.html">&lt;&lt; AVRReadADC</a></span>
+
+      </td>
+      <td width="40%" class="center">
+      	<span class="top"><a href="section_473a2b9e79723ff76a7f243f85d2b6b8.html">Scilab 2 C Converter</a></span>
+
+      </td>
+      <td width="30%" class="next">
+      	<span class="next"><a href="AVRTimerSetup.html">AVRTimerSetup &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_473a2b9e79723ff76a7f243f85d2b6b8.html">Scilab 2 C Converter</a> &gt; AVRSleep</span>
+
+    <br /><br />
+    <div class="refnamediv"><h1 class="refname">AVRSleep</h1>
+    <p class="refpurpose">Function to pause the execution for the given time.</p></div>
+
+
+<div class="refsection"><h3 class="title">Description</h3>
+   <p class="para">This function causes the execution to stop for the given amount of time.</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">AVRSleep</span><span class="scilabopenclose">(</span><span class="scilabnumber">5000</span><span class="scilabopenclose">)</span><span class="scilabdefault">;</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"></ul></div>
+
+<div class="refsection"><h3 class="title">Authors</h3>
+   <ul class="itemizedlist"><li class="member">Jorawar Singh</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="AVRReadADC.html">&lt;&lt; AVRReadADC</a></span>
+
+      </td>
+      <td width="40%" class="center">
+      	<span class="top"><a href="section_473a2b9e79723ff76a7f243f85d2b6b8.html">Scilab 2 C Converter</a></span>
+
+      </td>
+      <td width="30%" class="next">
+      	<span class="next"><a href="AVRTimerSetup.html">AVRTimerSetup &gt;&gt;</a></span>
+
+      </td>
+    </tr></table>
+      <hr />
+    </div>
+  </body>
+</html>
-- 
cgit