Active updater

This commit is contained in:
aarav18
2022-03-07 20:56:06 -07:00
parent 75a114d0de
commit 2d68776157
3 changed files with 5 additions and 3 deletions
@@ -18,6 +18,6 @@ public class TestMotor extends SubsystemBase {
public void testDesmos() {
DesmosServer.putDouble("Position", m_testEncoder.getPosition());
// m_testMotor.set(DesmosServer.readDouble("Speed"));
m_testMotor.set(DesmosServer.readDouble("Speed"));
}
}