Changeset 44
- Timestamp:
- 05/19/08 19:19:40 (5 years ago)
- Location:
- trunk/RWTHMindstormsNXT
- Files:
-
- 4 modified
-
GetMemoryCount.m (modified) (1 diff)
-
SetMemoryCount.m (modified) (1 diff)
-
doc/functions/help/GetMemoryCount.html (modified) (2 diffs)
-
doc/functions/help/SetMemoryCount.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RWTHMindstormsNXT/GetMemoryCount.m
r3 r44 17 17 %+ memory = GetMemoryCount(MOTOR_A); 18 18 % 19 % See also: SetMemoryCount er, MOTOR_A, MOTOR_B, MOTOR_C19 % See also: SetMemoryCount, MOTOR_A, MOTOR_B, MOTOR_C 20 20 % 21 21 % Signature -
trunk/RWTHMindstormsNXT/SetMemoryCount.m
r3 r44 17 17 %+ SetMemoryCount(MOTOR_B, 120); 18 18 % 19 % See also: SetMemoryCounter, MOTOR_A, MOTOR_B, MOTOR_C19 % See also: GetMemoryCount, MOTOR_A, MOTOR_B, MOTOR_C 20 20 % 21 21 % Signature -
trunk/RWTHMindstormsNXT/doc/functions/help/GetMemoryCount.html
r3 r44 5 5 <head> 6 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7 7 8 8 <!-- 9 9 This HTML is auto-generated from an M-file. … … 43 43 <h2>Examples<a name="5"></a></h2><pre class="codeinput"> memory = GetMemoryCount(MOTOR_A); 44 44 </pre><h2>See also<a name="6"></a></h2> 45 <p><a href="SetMemoryCount er.html">SetMemoryCounter</a>, <a href="MOTOR_A.html">MOTOR_A</a>, <a href="MOTOR_B.html">MOTOR_B</a>, <a href="MOTOR_C.html">MOTOR_C</a></p>45 <p><a href="SetMemoryCount.html">SetMemoryCount</a>, <a href="MOTOR_A.html">MOTOR_A</a>, <a href="MOTOR_B.html">MOTOR_B</a>, <a href="MOTOR_C.html">MOTOR_C</a></p> 46 46 <h2>Signature<a name="7"></a></h2> 47 47 <div> -
trunk/RWTHMindstormsNXT/doc/functions/help/SetMemoryCount.html
r3 r44 5 5 <head> 6 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7 7 8 8 <!-- 9 9 This HTML is auto-generated from an M-file. … … 43 43 <h2>Example<a name="5"></a></h2><pre class="codeinput"> SetMemoryCount(MOTOR_B, 120); 44 44 </pre><h2>See also<a name="6"></a></h2> 45 <p><a href=" SetMemoryCounter.html">SetMemoryCounter</a>, <a href="MOTOR_A.html">MOTOR_A</a>, <a href="MOTOR_B.html">MOTOR_B</a>, <a href="MOTOR_C.html">MOTOR_C</a></p>45 <p><a href="GetMemoryCount.html">GetMemoryCount</a>, <a href="MOTOR_A.html">MOTOR_A</a>, <a href="MOTOR_B.html">MOTOR_B</a>, <a href="MOTOR_C.html">MOTOR_C</a></p> 46 46 <h2>Signature<a name="7"></a></h2> 47 47 <div>
