We are implementing SparkMax’s with Neo’s for the first time this year, and I’m trying to create a procedure to always put our SparkMax’s into a “known” state on each init…
What are some of the recommended Java API based settings for SparkMax?
So far, I’ve got:
sparkMax.restoreFactoryDefaults(); // Set to Factory Default
sparkMax.setIdleMode(IdleMode.kBrake); // kCoast is Coast… kBrake is Brake
//Set the Amps limit to the NEO550 limit
sparkMax.setSmartCurrentLimit(MotorMaxAmpsConstants.MAX_AMPS_STANTON_LIMIT_NEO550);
Is there anything else I’m missing?
Thanks in Advance!