Update to 2024.5.0.3

This commit is contained in:
thenetworkgrinch
2024-08-24 17:27:03 -05:00
parent 89e4163951
commit 44af2d1978
131 changed files with 705 additions and 416 deletions

View File

@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Mon Jul 29 15:07:47 CDT 2024 -->
<!-- Generated by javadoc (17) on Sat Aug 24 17:26:30 CDT 2024 -->
<title>CanAndCoderSwerve</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-07-29">
<meta name="dc.created" content="2024-08-24">
<meta name="description" content="declaration: package: swervelib.encoders, class: CanAndCoderSwerve">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
@@ -80,7 +80,7 @@ loadScripts(document, 'script');</script>
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">CanAndCoderSwerve</span>
<span class="extends-implements">extends <a href="SwerveAbsoluteEncoder.html" title="class in swervelib.encoders">SwerveAbsoluteEncoder</a></span></div>
<div class="block">HELIUM <code>Canandcoder</code> from ReduxRobotics absolute encoder, attached through the CAN bus.</div>
<div class="block">HELIUM <code>Canandmag</code> from ReduxRobotics absolute encoder, attached through the CAN bus.</div>
</section>
<section class="summary">
<ul class="summary-list">
@@ -93,10 +93,10 @@ loadScripts(document, 'script');</script>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>com.reduxrobotics.sensors.canandcoder.Canandcoder</code></div>
<div class="col-first even-row-color"><code>com.reduxrobotics.sensors.canandmag.Canandmag</code></div>
<div class="col-second even-row-color"><code><a href="#encoder" class="member-name-link">encoder</a></code></div>
<div class="col-last even-row-color">
<div class="block">The <code>Canandcoder</code> representing the CANandCoder on the CAN bus.</div>
<div class="block">The <code>Canandmag</code> representing the CANandCoder on the CAN bus.</div>
</div>
</div>
<div class="inherited-list">
@@ -114,7 +114,7 @@ loadScripts(document, 'script');</script>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(int)" class="member-name-link">CanAndCoderSwerve</a><wbr>(int&nbsp;canid)</code></div>
<div class="col-last even-row-color">
<div class="block">Create the <code>Canandcoder</code></div>
<div class="block">Create the <code>Canandmag</code></div>
</div>
</div>
</section>
@@ -185,8 +185,8 @@ loadScripts(document, 'script');</script>
<li>
<section class="detail" id="encoder">
<h3>encoder</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">com.reduxrobotics.sensors.canandcoder.Canandcoder</span>&nbsp;<span class="element-name">encoder</span></div>
<div class="block">The <code>Canandcoder</code> representing the CANandCoder on the CAN bus.</div>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">com.reduxrobotics.sensors.canandmag.Canandmag</span>&nbsp;<span class="element-name">encoder</span></div>
<div class="block">The <code>Canandmag</code> representing the CANandCoder on the CAN bus.</div>
</section>
</li>
</ul>
@@ -201,7 +201,7 @@ loadScripts(document, 'script');</script>
<section class="detail" id="&lt;init&gt;(int)">
<h3>CanAndCoderSwerve</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">CanAndCoderSwerve</span><wbr><span class="parameters">(int&nbsp;canid)</span></div>
<div class="block">Create the <code>Canandcoder</code></div>
<div class="block">Create the <code>Canandmag</code></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>canid</code> - The CAN ID whenever the CANandCoder is operating on the CANBus.</dd>