Skip to content

Commit de8900b

Browse files
timtoganCopilot
andauthored
fix createSpark documentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent caab1c5 commit de8900b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/carlmontrobotics/lib199/MotorControllerFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public static SparkBase createSpark(int id, MotorConfig motorConfig) {
7070
*
7171
* @param id the port of the motor controller
7272
* @param motorConfig the motor configuration to use
73+
* @param config the custom SparkBase configuration to apply instead of the default for the motorConfig
7374
*/
7475
public static SparkBase createSpark(int id, MotorConfig motorConfig, SparkBaseConfig config) {
7576
switch(motorConfig.controllerType){

0 commit comments

Comments
 (0)