mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Added more encoder support, possible advantagescope support.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Feb 20 22:01:54 CST 2023 -->
|
||||
<!-- Generated by javadoc (17) on Tue Feb 21 22:36:27 CST 2023 -->
|
||||
<title>SwerveModule</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="2023-02-20">
|
||||
<meta name="dc.created" content="2023-02-21">
|
||||
<meta name="description" content="declaration: package: swervelib, class: SwerveModule">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
@@ -373,7 +373,7 @@ loadScripts(document, 'script');</script>
|
||||
<section class="detail" id="getAbsolutePosition()">
|
||||
<h3>getAbsolutePosition</h3>
|
||||
<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">double</span> <span class="element-name">getAbsolutePosition</span>()</div>
|
||||
<div class="block">Get the absolute position.</div>
|
||||
<div class="block">Get the absolute position. Falls back to relative position on reading failure.</div>
|
||||
<dl class="notes">
|
||||
<dt>Returns:</dt>
|
||||
<dd>Absolute encoder angle in degrees.</dd>
|
||||
|
||||
Reference in New Issue
Block a user