Skip to content

Commit

Permalink
deploy: db20e92
Browse files Browse the repository at this point in the history
  • Loading branch information
Witty-Wizard committed Mar 23, 2024
1 parent 1a2ff2a commit 879fde7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ <h2><a class="anchor" id="autotoc_md6"></a>
</div><!-- fragment --><ol type="1">
<li><b>Instantiate <a class="el" href="classDriveMaster.html" title="Base class for motor control.">DriveMaster</a> Object</b> Create an instance of the <a class="el" href="classDriveMaster.html" title="Base class for motor control.">DriveMaster</a> class, specifying the pin connected to the motor:</li>
</ol>
<div class="fragment"><div class="line">Copy code</div>
<div class="line"><a class="code hl_class" href="classDriveMaster.html">DriveMaster</a> *motor = <span class="keyword">new</span> <a class="code hl_class" href="classDriveMaster.html">DriveMaster</a>(motorPin);</div>
<div class="fragment"><div class="line"><a class="code hl_class" href="classDriveMaster.html">DriveMaster</a> *motor = <span class="keyword">new</span> <a class="code hl_class" href="classDriveMaster.html">DriveMaster</a>(motorPin);</div>
<div class="ttc" id="aclassDriveMaster_html"><div class="ttname"><a href="classDriveMaster.html">DriveMaster</a></div><div class="ttdoc">Base class for motor control.</div><div class="ttdef"><b>Definition</b> DriveMaster.h:15</div></div>
</div><!-- fragment --><ol type="1">
<li><b>Initialize Motor Control</b> Call the begin() method to initialize motor control:</li>
Expand Down

0 comments on commit 879fde7

Please sign in to comment.