Added table support

This commit is contained in:
aarav18
2022-03-05 14:13:05 -07:00
parent a0ccfc3f66
commit fdbf9e941d
3 changed files with 61 additions and 27 deletions
@@ -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"));
}
}