Hi! i need some help with spark max connected to pwm. Would his programming be able to define the open loop rate? When it is connected by CAN, there is this function, but now we can only use it on the PWM port
rightLauncher = new PWMSparkMax(8);
leftLauncher = new CANSparkMax(8, MotorType.kBrushless);
rightLauncher.
leftLauncher.setOpenLoopRampRate(3);