Skip to content

Commit

Permalink
Automated API website updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Titan Robotics committed Jan 8, 2024
1 parent a4d1fb9 commit 3791394
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,13 @@ <h2>Method Summary</h2>
<div class="block">Get joystick axis data with deadzone applied</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setDeadzone(double)" class="member-name-link">setDeadzone</a><wbr>(double&nbsp;value)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#rumble(double)" class="member-name-link">rumble</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Set the rumble output for the CommandXboxController</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setDeadzone(double)" class="member-name-link">setDeadzone</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Sets the joystick deadzone for both min and max</div>
</div>
</div>
Expand Down Expand Up @@ -189,6 +194,17 @@ <h3>setDeadzone</h3>
</section>
</li>
<li>
<section class="detail" id="rumble(double)">
<h3>rumble</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">rumble</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Set the rumble output for the CommandXboxController</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The normalized value for rumble intensity</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRawAxis(int)">
<h3>getRawAxis</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">getRawAxis</span><wbr><span class="parameters">(int&nbsp;axis)</span></div>
Expand Down
4 changes: 4 additions & 0 deletions docs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,10 @@ <h2 class="title" id="I:R">R</h2>
<dd>
<div class="block">Applies a rotation to the force in 2d space.</div>
</dd>
<dt><a href="frc/team5431/titan/core/joysticks/CommandXboxController.html#rumble(double)" class="member-name-link">rumble(double)</a> - Method in class frc.team5431.titan.core.joysticks.<a href="frc/team5431/titan/core/joysticks/CommandXboxController.html" title="class in frc.team5431.titan.core.joysticks">CommandXboxController</a></dt>
<dd>
<div class="block">Set the rumble output for the CommandXboxController</div>
</dd>
</dl>
<h2 class="title" id="I:S">S</h2>
<dl class="index">
Expand Down
2 changes: 1 addition & 1 deletion docs/member-search-index.js

Large diffs are not rendered by default.

0 comments on commit 3791394

Please sign in to comment.