mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Added table support
This commit is contained in:
@@ -17,7 +17,7 @@ public class TestMotor extends SubsystemBase {
|
||||
}
|
||||
|
||||
public void testDesmos() {
|
||||
DesmosServer.putDecimal("Position", m_testEncoder.getPosition());
|
||||
m_testMotor.set(DesmosServer.readDouble("Speed"));
|
||||
DesmosServer.putDouble("Position", m_testEncoder.getPosition());
|
||||
// m_testMotor.set(DesmosServer.readDouble("Speed"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user